ZenSearch
ZenSearch - Search the web, and get your results fast
Cos'è ZenSearch?
ZenSearch è un'estensione di Chrome sviluppata da https://zensearch.online, e la sua funzione principale è "ZenSearch - Search the web, and get your results fast".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ZenSearch
Scarica i file di estensione ZenSearch 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
ZenSearch - Light and minimal new tab that allows you to search quickly and navigate easily to your favorite, recently visited sites. For more information please visit: https://zensearch.online Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the ZenSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://zensearch.online/web/terms_of_use and privacy policy at https://zensearch.online/web/privacy_policy. The extension will update your new-tab search engine to be powered by Bing.
Informazioni di Base sull'Estensione
Nome | ZenSearch |
ID | ccclcgoicfgcjdlojiamokegmckobaif |
URL Ufficiale | https://chromewebstore.google.com/detail/zensearch/ccclcgoicfgcjdlojiamokegmckobaif |
Descrizione | ZenSearch - Search the web, and get your results fast |
Dimensione del File | 520 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2022-09-07 |
Data di Pubblicazione | 2021-06-15 |
Valutazione | 4.85/5 Totale 13 Valutazioni |
Sviluppatore | https://zensearch.online |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://zensearch.online |
URL della Pagina della Politica sulla Privacy | https://zensearch.online/web/privacy_policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "ZenSearch", "name": "ZenSearch", "short_name": "zensearch", "version": "1.1.1", "manifest_version": 3, "description": "ZenSearch - Search the web, and get your results fast", "homepage_url": "https:\/\/zensearch.online", "omnibox": { "keyword": "ze" }, "action": { "default_icon": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" } }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "topSites", "storage" ] } |