Right Click Search
Add “Search” to right click menu for different sites.
Co to jest Right Click Search?
Right Click Search to rozszerzenie Chrome opracowane przez newyork167, a jego główną funkcją jest „Add “Search” to right click menu for different sites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Right Click Search
Pobierz pliki rozszerzeń Right Click 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
This extension will allow you to add your own custom searches with the ability to search all entries at once!
Podstawowe informacje o rozszerzeniu
Nazwa | Right Click Search |
ID | bnnlgdbgabieghahiflbnokmgcndjbcl |
Oficjalny URL | https://chromewebstore.google.com/detail/right-click-search/bnnlgdbgabieghahiflbnokmgcndjbcl |
Opis | Add “Search” to right click menu for different sites. |
Rozmiar pliku | 52.71 KB |
Liczba instalacji | 43 |
Aktualna Wersja | 0.76 |
Ostatnia Aktualizacja | 2020-03-10 |
Data Publikacji | 2020-03-10 |
Deweloper | newyork167 |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "rightclick.js" ] }, "browser_action": { "default_icon": "icon-small.png" }, "description": "Add \u201cSearch\u201d to right click menu for different sites.", "icons": { "128": "icon-large.png", "16": "icon-bitty.png", "48": "icon-small.png" }, "manifest_version": 2, "name": "Right Click Search", "options_page": "options.html", "permissions": [ "contextMenus", "storage" ], "short_name": "Highlight, RightClick, Search", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.76", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdn.jsdelivr.net https:\/\/rawgit.com; object-src 'self'" } |