Critiques pour Swift Selection Search
Swift Selection Search par Daniel Lobo
Avis de Daniel Lobo
Réponse du développeur
mis en ligne : il y a 9 ansHey 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
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
698 notes
- Noté 5 sur 5par yu, il y a un mois
- Noté 5 sur 5par Utilisateur ou utilisatrice 19830396 de Firefox, il y a 2 moisпростота и функциональность на высоте
- Noté 4 sur 5par Utilisateur ou utilisatrice 18968300 de Firefox, il y a 2 mois
- Noté 5 sur 5par Miltiades, il y a 2 mois
- Noté 3 sur 5par real5sal, il y a 3 moisplease add link text support,it is difficult to select link text in many website and no option in right click
- Noté 5 sur 5par Patrick, il y a 3 mois
- Noté 5 sur 5par Dom, il y a 4 mois
- Noté 5 sur 5par atata, il y a 4 moisIt's great.
However, as the number of search engines I want to use increases, it becomes too large to fit them all.
It would be great if it had a multi-level structure using folders like bookmarks. - Noté 5 sur 5par Utilisateur ou utilisatrice 17966372 de Firefox, il y a 4 mois
- Noté 5 sur 5par Ozob, il y a 5 mois
- Noté 5 sur 5par Leviii, il y a 7 moisAmazing addon, I have bunch of search engines saved and it prevents me from routing everything through google. Also I have integrated it with everything windows search app which makes it even more useful. Currently development is stalled but it's become irreplaceable for me.
- Noté 5 sur 5par centurion 2000, il y a 7 mois
- Noté 5 sur 5par meonmf, il y a 7 moisThis extension is absolutely fantastic—the intuitive yet powerful interface, the deep customization options, and the full backup and restore features make it a joy to use. Truly impressive work. You've covered it all (except an Android version 😭 though I know there's a fork I can use instead).
- Noté 5 sur 5par Utilisateur ou utilisatrice 19541239 de Firefox, il y a 8 moisIt works! so excited! tks a lot!
- Noté 1 sur 5par Ugarov, il y a 8 mois
- Noté 5 sur 5par Aissa Jessus, il y a 8 moisVery effect and clean. Easy and quick to setup and add new search sites and customize them.
I am currently using it heavily for cross sites search and routine custom searches.
Salutes to Authors and Contributors. - Noté 5 sur 5par Arbeitor, il y a 8 mois
- Noté 5 sur 5par Leon, il y a 8 mois
- Noté 5 sur 5par RichardJT, il y a 10 moisGood morning , i hope you're well. So, more default SEs nice, but easy enough to add. Sweet, sweet ride!!! Stays open when other tasks need attention; not like bill's menus.
6/5 bc this your only add-on.
7/5 bc i can't see a way to donate for your exceptional effort. C u on github, hopefully.
Peace, r - Noté 5 sur 5par GothicWeasel, il y a un an
- Noté 5 sur 5par Utilisateur ou utilisatrice 13247613 de Firefox, il y a un anOne of my most used app. Very very helpful. Thanks for making it.