Recenze doplňku Simple Context Search
Simple Context Search od 田生
65 recenzí
- Hodnocení: 5 z 5od uživatele wudini, před měsícem
- Hodnocení: 5 z 5od uživatele Mikhail, před měsícem
- Hodnocení: 5 z 5od uživatele Pawel, před 2 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18998816, před 3 měsíciUsed 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;
}
} - Hodnocení: 5 z 5od uživatele BLKHS, před 10 měsíci
- Hodnocení: 5 z 5od uživatele robomatic, před rokemAmazing 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 - Hodnocení: 5 z 5od uživatele Nicolás, před 2 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 17698764, před 3 letyfirefoxに標準でついていても違和感がないほどによくできています。私はこのようなものを求めていたので非常に助かりました!
- Hodnocení: 5 z 5od uživatele Olena, před 4 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 17140623, před 4 lety
- Hodnocení: 5 z 5od uživatele C.G., před 4 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 15033079, před 5 letyfire gesture之后,找了好久的划词搜索,终于找到了
- Hodnocení: 5 z 5od uživatele Scoox, před 5 letyDoes 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.
- Hodnocení: 5 z 5od uživatele What7, před 5 letyDoes the same thing as other extensions, but without any permissions needed. Perfect.
- Hodnocení: 5 z 5od uživatele The Jazzhole, před 6 letyPlease add an option to open searches in background without holding down the "ctrl" key.
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 15954719, před 6 lety
- Hodnocení: 5 z 5od uživatele Linux-Jogi, před 6 letyvery good work, I hope there will be further updates