Omnifinder
A customizable search engine that combines them all.
Cos'è Omnifinder?
Omnifinder è un'estensione di Chrome sviluppata da https://omnifinder.com, e la sua funzione principale è "A customizable search engine that combines them all.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Omnifinder
Scarica i file di estensione Omnifinder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- 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)
Informazioni di Base sull'Estensione
Nome | Omnifinder |
ID | ecmipeblhclmbklgalmpgilfonejhlgb |
URL Ufficiale | https://chromewebstore.google.com/detail/omnifinder/ecmipeblhclmbklgalmpgilfonejhlgb |
Descrizione | A customizable search engine that combines them all. |
Dimensione del File | 10.17 KB |
Conteggio Installazioni | 2,691 |
Versione Corrente | 2.8 |
Ultimo Aggiornamento | 2017-01-24 |
Data di Pubblicazione | 2017-01-24 |
Valutazione | 3.50/5 Totale 60 Valutazioni |
Sviluppatore | https://omnifinder.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://omnifinder.com |
Lingue Supportate | 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\/" } |