Omnifinder
A customizable search engine that combines them all.
Co to jest Omnifinder?
Omnifinder to rozszerzenie Chrome opracowane przez https://omnifinder.com, a jego główną funkcją jest „A customizable search engine that combines them all.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Omnifinder
Pobierz pliki rozszerzeń Omnifinder 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
- Directly search on the most useful websites ! - Dozens of search engines available in 1 click - Smart search suggestions - Fully customizable layout - Colorful themes - Right-click context menu integration - New tab page replacement (optional) - No recording of your searches - DuckDuckGo support (prevents tracking)
Podstawowe informacje o rozszerzeniu
Nazwa | Omnifinder |
ID | ecmipeblhclmbklgalmpgilfonejhlgb |
Oficjalny URL | https://chromewebstore.google.com/detail/omnifinder/ecmipeblhclmbklgalmpgilfonejhlgb |
Opis | A customizable search engine that combines them all. |
Rozmiar pliku | 10.17 KB |
Liczba instalacji | 2,691 |
Aktualna Wersja | 2.8 |
Ostatnia Aktualizacja | 2017-01-24 |
Data Publikacji | 2017-01-24 |
Ocena | 3.50/5 Łącznie 60 Oceny |
Deweloper | https://omnifinder.com |
Typ Płatności | free |
Strona Rozszerzenia | http://omnifinder.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omnifinder", "version": "2.8", "description": "A customizable search engine that combines them all.", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "find.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": [], "permissions": [ "contextMenus", "http:\/\/omnifinder.com\/", "storage" ], "web_accessible_resources": [ "option.html", "is_installed.js" ], "homepage_url": "http:\/\/omnifinder.com\/" } |