Omni Search
Add enhanced search options to the search bar and right click menu
Co to jest Omni Search?
Omni Search to rozszerzenie Chrome opracowane przez Diamondium Technologies, LLC, a jego główną funkcją jest „Add enhanced search options to the search bar and right click menu”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Omni Search
Pobierz pliki rozszerzeń Omni 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
Add enhanced search options to the search bar and right click menu. Select up to 15 services to search immediately, without needing to first visit that page's site.
Podstawowe informacje o rozszerzeniu
Nazwa | Omni Search |
ID | khlgelgpghbdfngahnnnjbognacdjhga |
Oficjalny URL | https://chromewebstore.google.com/detail/omni-search/khlgelgpghbdfngahnnnjbognacdjhga |
Opis | Add enhanced search options to the search bar and right click menu |
Rozmiar pliku | 318 KB |
Liczba instalacji | 67 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-11-07 |
Data Publikacji | 2020-11-07 |
Deweloper | Diamondium Technologies, LLC |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Omni Search", "version": "1.0", "description": "Add enhanced search options to the search bar and right click menu", "background": { "scripts": [ "js\/omnisearch-common-MIN.js", "js\/background-MIN.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus" ], "omnibox": { "keyword": ".." }, "options_page": "options.html", "icons": { "16": "images\/icon\/omni_search_16.png", "32": "images\/icon\/omni_search_32.png", "48": "images\/icon\/omni_search_48.png", "128": "images\/icon\/omni_search_128.png" }, "browser_action": { "default_icon": { "16": "images\/icon\/omni_search_16.png", "24": "images\/icon\/omni_search_24.png", "32": "images\/icon\/omni_search_32.png", "48": "images\/icon\/omni_search_48.png", "128": "images\/icon\/omni_search_128.png" }, "default_title": "OmniSearch Options" }, "manifest_version": 2 } |