Recenzije za Simple Context Search
Simple Context Search Autor: 田生
65 recenzija
- Ocijenjeno s 5 od 5od wudini, prije 13 dana
- Ocijenjeno s 5 od 5od Mikhail, prije 16 dana
- Ocijenjeno s 5 od 5od Pawel, prije mjesec
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 18998816, prije 2 mjesecaUsed in userChrome.css. You can hide search engines you don't want to display by specifying their labels.
#contentAreaContextMenu menu:is([label="Search"], [label="Suche (R)"], [label="検索 (R)"]) menuitem:is([label="Google"], [label="Bing"], [label="DuckDuckGo"], [label="Perplexity"], [label="YouTube"], [label="Wikipedia (en)"]) {
display: none !important;
}
You can also display only search engines specified by labels.
#contentAreaContextMenu menu:is([label="Search"], [label="Suche (R)"], [label="検索 (R)"]) menuitem:not([label="Google"], [label="Bing"], [label="DuckDuckGo"]) {
display: none !important;
}
Makes the magnifying glass icon in the context menu white only in dark mode.
@media (prefers-color-scheme: dark) {
#contentAreaContextMenu menu:is([label="Search"], [label="Suche (R)"], [label="検索 (R)"]) .menu-icon:not(menuitem .menu-icon) {
filter: invert(100%) brightness(200%) !important;
}
} - Ocijenjeno s 5 od 5od BLKHS, prije 10 mjeseci
- Ocijenjeno s 5 od 5od robomatic, prije godinuAmazing extension! One of my favourites.
The only issue is it sees all search engines. I wish there was a way to only see the search engines that are enabled (blue checkmark) under about:preferences#search - Ocijenjeno s 5 od 5od Nicolás, prije 2 godine
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 17698764, prije 3 godinefirefoxに標準でついていても違和感がないほどによくできています。私はこのようなものを求めていたので非常に助かりました!
- Ocijenjeno s 5 od 5od Olena, prije 4 godine
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 17140623, prije 4 godine
- Ocijenjeno s 5 od 5od C.G., prije 4 godine
- Ocijenjeno s 5 od 5od Scoox, prije 5 godinaDoes exactly what it says on the tin and does it well. It picks up your existing Firefox search engines, so you only need to maintain one list. All other similar context menu search tools I had tested required a second list to be added. The only small hassle is that Firefox doesn't allow adding custom search engines out of the box (as far as I know), so I would also recommend another wonderful add-on that is the perfect companion to Simple Context Search: Tom Schuster's Add Custom Search Engine (https://addons.mozilla.org/en-US/firefox/addon/add-custom-search-engine/). These two add-ons working together will significantly enhance your web-browsing experience.
- Ocijenjeno s 5 od 5od What7, prije 5 godinaDoes the same thing as other extensions, but without any permissions needed. Perfect.
- Ocijenjeno s 5 od 5od The Jazzhole, prije 6 godinaPlease add an option to open searches in background without holding down the "ctrl" key.
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 15954719, prije 6 godina
- Ocijenjeno s 5 od 5od Linux-Jogi, prije 6 godinavery good work, I hope there will be further updates