Swift Selection Search incelemeleri
Swift Selection Search geliştiren: Daniel Lobo
586 inceleme
- 5 üzerinden 5 puanyazan: iscar, 7 yıl önceFF58 fix - in options for "Pop-up behaviour" change mouse behaviour to - "open in new/background tab (next to current tab)", same for "Context menu behaviour" - "open new/background tab (next to current tab)".
Geliştiricinin yanıtı
gönderilme: 7 yıl önceHi iscar, I greatly appreciate you trying to help everyone by suggesting a fix. :) Thank you very much! I just submitted an update (version 3.13.2) that should fix the problem. It was my mistake. :s Apologies for the inconvenience! - 5 üzerinden 5 puanyazan: John Staples, 7 yıl önceI wondered if something like this existed! Is there a way to open the link in a ''new'' tab?
LOL I went through the options and figured it out..I have always wanted, to be able to do this in FF. Thanks so much for creating this wonderful add-on.... - 5 üzerinden 5 puanyazan: Shahrzaad Parekh, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 12507828, 8 yıl önce
- 5 üzerinden 5 puanyazan: e-motiv, 8 yıl önceExactly 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) - 5 üzerinden 5 puanyazan: ff1f9f6f4, 8 yıl önceGreat 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!! - 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13616837, 8 yıl önceBest 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.
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 12850543, 8 yıl önce*** 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?Geliştiricinin yanıtı
gönderilme: 7 yıl önceHi 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 - 5 üzerinden 5 puanyazan: fylisheng, 8 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13560785, 8 yıl önceThe best search-add-on I've ever used so far! Very easy to customize, just what I needed. Thanks!
- 5 üzerinden 5 puanyazan: yoitok, 8 yıl önce
- 5 üzerinden 5 puanyazan: recycler.fox, 8 yıl önce3.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. - 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13519111, 8 yıl önceSimple to use with easy to understand options. Love the ability to add search engine and pop-up sources.
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13541934, 8 yıl önceThank you very much! One of the greatest addons!
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 11940868, 8 yıl önce
- 5 üzerinden 5 puanyazan: makushka, 8 yıl önce
- 5 üzerinden 5 puanyazan: DocFallingApart, 8 yıl önceLike 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 üzerinden 5 puanyazan: Firefox kullanıcısı 12547180, 8 yıl önceno problem at all. the most usefull one made with web extensions.
- 5 üzerinden 5 puanyazan: VDegest, 8 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13493849, 8 yıl önceGreat 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?Geliştiricinin yanıtı
gönderilme: 8 yıl önceHey 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