บทวิจารณ์สำหรับ Swift Selection Search
Swift Selection Search โดย Daniel Lobo
670 บทวิจารณ์
- ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 11940868, 7 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย makushka, 7 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย DocFallingApart, 7 ปีที่แล้วLike the popup, and adding new engines isn't to bad. It would be nice if you could just add them from the search field of an engine but that's not a deal breaker.
- ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 12547180, 7 ปีที่แล้วno problem at all. the most usefull one made with web extensions.
- ได้รับการจัดอันดับ 5 จาก 5โดย VDegest, 7 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 13493849, 7 ปีที่แล้วGreat firefox extension! Love it!! but my ebay doesn't work some how.. the URL was listed as : https://rover.ebay.com/rover/1/711-53200-19255-0/1?
so how do we find the URL that can work?? let say if i want to add a random search engine?การตอบกลับของนักพัฒนา
โพสต์เมื่อ 7 ปีที่แล้วHey there, thanks for the review! ;)
Normally, after you use the search bar on a website, you can look at the URL and see where the site placed your query. For example, if you search for "Firefox WebExtensions" on Google, Google adds "q=Firefox+WebExtensions" somewhere in the URL (among probably a lot of other things). "q" is the parameter Google uses for user queries.
SSS only needs a URL that says "{searchTerms}" in the part where your query usually goes. In the example above, that would mean the entire URL but with "q={searchTerms}" instead of "q=Firefox+WebExtensions". Your URL does not have a {searchTerms} part, so SSS doesn't know where to add the text you selected. :)
You will notice that many websites use the ? symbol and then add a lot of parameters separated with the & symbol. You'll usually be looking for the parameter that represents your query and replacing that with {searchTerms}. Most of the time, the URL also contains a lot of unnecessary parameters, so, to give an example, this simple version is what I use for Google:
https://www.google.com/search?q={searchTerms}
eBay is actually weird! It has several different search URLs, some of which very strange, but from searching around a bit it seems this one is simple and works:
http://www.ebay.com/sch/{searchTerms}
This is a bit technical but I hope I have helped. :) If the explanation wasn't clear enough please tell me. Maybe I should improve the options page instructions with a similar explanation.
Cheers!
Daniel - ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 11369210, 7 ปีที่แล้วAfter testing almost 20 different extensions, I finally found THE BEST one! Stop looking and just install it, and please read the instructions on the options page, you can even get all you already installed extensions just with a few clicks (no other extension can do this, due to WebExtensions limitations, but this guy found a way). This is the most configurable and easily the best context search add-on after the last Firefox update! I was using for a few years the Context Search X and felt sad it didn't work anymore on FF57 but this one right here is the best alternative for sure, trust me, I tried several others and all of them can't do what this special little marvel can!
การตอบกลับของนักพัฒนา
โพสต์เมื่อ 7 ปีที่แล้วWow, thanks! :D I'm very happy to know that you found it to be the best!
Actually, a big thank you to everyone leaving reviews, if you are reading this. :) I read every single review, even if I'm mostly replying to people that have questions or problems. You all rock! - ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 13509335, 7 ปีที่แล้วThis extension is the reason why i'm not leaving firefox after the big update. BIG LOVE author!
- ได้รับการจัดอันดับ 5 จาก 5โดย Tony, 7 ปีที่แล้วThis is the perfect substitute for the Selected Search add-on, which won't be ported to Firefox 57+. Great job Daniel Lobo!
- ได้รับการจัดอันดับ 5 จาก 5โดย M.Shadow, 7 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย Gammadeus, 7 ปีที่แล้วA big thanks for this addon !
I customized a little bit (by the fact that is highly customizable) to my taste, therefore I've already had an English-->Hungarian and also a Hungarian-->Englis dictionary on the popup menu and context menu with an external searching engine and icon. :-)
It is one of the most useful and great web extension till I tried to use in the "Quantum-era" (on Linux Mint Debian Edition with Xfce deskt. envir.).
Thank you again and again. ;-)
This great job (end the effort of the author behind that addon) deserves this 5 stars I gave.
;-)
I shall recommend this web extension to all of my friends. - ได้รับการจัดอันดับ 4 จาก 5โดย ผู้ใช้ Firefox 13492156, 7 ปีที่แล้วHey man thanx for responding to my earlier review, I didnt know how to reply to you. I have ublock origin and had fanboy enabled it. so i disabled it and its still not showing up in SSS
การตอบกลับของนักพัฒนา
โพสต์เมื่อ 7 ปีที่แล้วNo problem! I still got the notification for this update. :)
Did you try adding the YouTube icon again? (try deleting a letter from the "icon url" and adding it back, for example) If the list was blocking it, it needs to retry to cache it and unfortunately SSS won't do that on its own.
If this still doesn't help, try creating another YouTube search engine with everything the same. If this still doesn't help, see if disabling uBlock Origin and doing the above again helps. If it does then you might have another list blocking the icon. :)
Cheers! - ได้รับการจัดอันดับ 4 จาก 5โดย Ree, 7 ปีที่แล้วI like it, but I would LOVE it if it could work like the context search addon for FF <56. You only had to select some text, right click and there in the menu you got a few icons to click on. With this addon the search engines are behind a menu.
Daniel plessการตอบกลับของนักพัฒนา
โพสต์เมื่อ 7 ปีที่แล้วHey there! Thanks for the review! :)
Do you mean making the search engines appear outside the "Search for (...)" sub menu? I tried to install Context Search on an older Firefox to see what it did exactly but it placed all engines inside a sub menu too, so I was a bit confused. :)
If it's that, I'm afraid I can't do it in WebExtensions (the only way to create extensions after Firefox 57). Sorry! Quoting Mozilla, "If you have created more than one context menu item or more than one tools menu item, then the items will be placed in a submenu." There doesn't seem to be a way around this.
Cheers!
Daniel - ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 12323397, 7 ปีที่แล้วAmazing search add-on here.
SSS is GODการตอบกลับของนักพัฒนา
โพสต์เมื่อ 7 ปีที่แล้วHahaha it's not every day that my addon is called GOD! ;) Thanks for the review! - ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 13483553, 7 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย yazidE, 7 ปีที่แล้วgenius indisponsable and replace some addon like fastestsearch
- ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 13476599, 7 ปีที่แล้วVery nice! That's exactly what I wanted, thank you!
- ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 13475261, 7 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย Shalak, 7 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 13466644, 7 ปีที่แล้วFinally found replacement for Clickless Menu! Spent awhile Googling before stumbled across this. Exactly what I was looking for. Thank you!
- ได้รับการจัดอันดับ 5 จาก 5โดย Remy.H, 7 ปีที่แล้วFinally I find the extension I was dreaming to have. This extension is a must have for me and as firefox user I was using chrome ONLY because there was a similar extension that I could not find for firefox. You can easily customize the add-on and make your own search engines.
EX: add this in the addon settings: https://translate.google.com/?source=gtx_c#auto/en/{searchTerms} and now you can select any text and directly get a translation on google translate. I have added my favorite dictionaries like Larousse, Merriam-Webster etc.. and I have a translation with one click.
Million Thanks for the excellent job. - ได้รับการจัดอันดับ 5 จาก 5โดย Hegel, 7 ปีที่แล้ว