Swift Selection Search értékelései
Swift Selection Search szerző: Daniel Lobo
584 értékelés
- Csillagos értékelés: 5 / 5készítette: Shahrzaad Parekh, 7 éve
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 13685187, 7 éveBest save time extension ever.
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 12507828, 7 éve
- Exactly what I was looking for!
Hoping that soon...
...it syncs with firefox search engines settings soon (without manual), .
Feature request ---> https://bugzilla.mozilla.org/show_bug.cgi?id=1352598
...keyword keyboard shortcut will be enabled (there are workarounds to webextension API shortcoming here) - Great replacement for DictionarySearch! - Thank you!!
I only have one suggestion:
It is unfortunately not possible to open the links directly from the context menu.
I have first to navigate to SwiftSelectionSearch
and then to the links below.
It would be great to have this option directly in the context menu (like DictionarySearch).
https://addons.mozilla.org/de/firefox/addon/dictionarysearch
Thanks!! - Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 13616837, 7 éveBest search add-on for Firefox. Easy to use and add new search engines. I was searching for something like 'Selection Search' for Chrome and finally found it. A Must have.
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 12850543, 8 éve*** JAN. 24 2018 -- EDITED IN RESPONSE TO AUTHOR ***
Wow, thank you so much for taking the time and responding for such a minor thing! Updated and verified that it now works in comment systems like Disqus. Sorry, for some reason the addon system in FF 57 Quantum didn't update this addon accordingly, had to re-download. Cheers, I really appreciate this! Thank you very much Daniel, fantastic addon and work = )
==================
Great replacement for FastestSearch, which frankly is taking far too long to update for FF57 *cough*... However, I notice this addon doesn't work if highlighting text in the disqus comment system, in particular. Would you mind having a look?Fejlesztői válasz
közzétéve: 7 éveHi 881bbe, sorry for taking so long to reply! I suspect this was a problem that was fixed in version 3.13.0, in which I changed the way SSS registers with pages and their frames (requiring a new permission, unfortunately).
Could you please check if it works now? If it doesn't, can you please create a new issue at https://github.com/CanisLupus/swift-selection-search/issues or email me at daniel.lobo+sss@gmail.com with an example? Thanks!
Cheers,
Daniel - Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 13560785, 8 éveThe best search-add-on I've ever used so far! Very easy to customize, just what I needed. Thanks!
- Csillagos értékelés: 5 / 5készítette: recycler.fox, 8 éve3.11.1 - one fantastic update! Since some of sites have shitty search engines, but others don't work with Firefox 57 at all (something about post/get I guess) googling those with 'site:' is the only solution. Smart move! Thanks :)
Next step - this extension have to replace Firefox built-in One-Click Search Engines. - Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 13519111, 8 éveSimple to use with easy to understand options. Love the ability to add search engine and pop-up sources.
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 13541934, 8 éveThank you very much! One of the greatest addons!
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 11940868, 8 éve
- Csillagos értékelés: 5 / 5készítette: DocFallingApart, 8 éveLike 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.
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 12547180, 8 éveno problem at all. the most usefull one made with web extensions.
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 13493849, 8 éveGreat 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?Fejlesztői válasz
közzétéve: 8 éveHey 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 - Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 11369210, 8 éveAfter 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!
Fejlesztői válasz
közzétéve: 8 éveWow, 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!