Simple Context Search
Right click on the selected text and select the search website from the context menu.
Co to jest Simple Context Search?
Simple Context Search to rozszerzenie Chrome opracowane przez Magic Dev, a jego główną funkcją jest „Right click on the selected text and select the search website from the context menu.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple Context Search
Pobierz pliki rozszerzeń Simple Context Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
💎 Simple Context Search - This is a good assistant in the search on various services such as: ◾ YouTube ◾ Spotify ◾ Reddit ◾ Amazon ◾ SoundCloud ◾ Steam Market ◾ Aliexpress --------------------------------------------------------------- Right click on any selected text and search in your favorite search engines and websites directly from the context menu. Just check it out. 😉
Podstawowe informacje o rozszerzeniu
Nazwa | Simple Context Search |
ID | jojcgnmagkjleomenibopkhfpkkbpjcg |
Oficjalny URL | https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg |
Opis | Right click on the selected text and select the search website from the context menu. |
Rozmiar pliku | 10.85 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2021-08-31 |
Data Publikacji | 2021-08-31 |
Deweloper | Magic Dev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Context Search", "description": "Right click on the selected text and select the search website from the context menu.", "version": "0.0.1", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |