e-Search
Simply select and switch your search engine!
Cos'è e-Search?
e-Search è un'estensione di Chrome sviluppata da https://www.e-search.net, e la sua funzione principale è "Simply select and switch your search engine!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione e-Search
Scarica i file di estensione e-Search 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
With this extension, you can very easily switch your search engine, which you use both in the new tab and in the entire browser. On website e-search.net, you can easily choose Google, Bing or Yahoo search engine with one click. Subsequently, the search engine of your choice will be used everywhere in the browser. Thank you for using!
Informazioni di Base sull'Estensione
Nome | |
ID | opepbkhkfjpofchmdlknakoedegbbdij |
URL Ufficiale | https://chrome.google.com/webstore/detail/e-search/opepbkhkfjpofchmdlknakoedegbbdij |
Descrizione | Simply select and switch your search engine! |
Dimensione del File | 22.64 KB |
Conteggio Installazioni | 78 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-12-08 |
Data di Pubblicazione | 2020-12-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.e-search.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.e-search.net/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "manifest_version": 2, "name": "e-Search", "description": "Simply select and switch your search engine!", "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "19": "img\/ico_19.png", "32": "img\/ico_32.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.e-search.net\/img\/favicon.ico", "is_default": true, "keyword": "e-search", "name": "e-Search", "search_url": "https:\/\/www.e-search.net\/search?id=m001&app=esearch&q={searchTerms}" } } } |