e-Search
Simply select and switch your search engine!
O que é e-Search?
e-Search é uma extensão do Chrome desenvolvida por https://www.e-search.net, e sua principal característica é "Simply select and switch your search engine!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão e-Search
Baixe arquivos de extensão e-Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | opepbkhkfjpofchmdlknakoedegbbdij |
URL Oficial | https://chrome.google.com/webstore/detail/e-search/opepbkhkfjpofchmdlknakoedegbbdij |
Descrição | Simply select and switch your search engine! |
Tamanho do Arquivo | 22.64 KB |
Contagem de Instalações | 78 |
Versão Atual | 1.2 |
Última Atualização | 2020-12-08 |
Data de Publicação | 2020-12-08 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.e-search.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.e-search.net/ |
Idiomas Suportados | 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}" } } } |