Extra Search
ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…
O que é Extra Search?
Extra Search é uma extensão do Chrome desenvolvida por millsjessica283, e sua principal característica é "ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Extra Search
Baixe arquivos de extensão Extra 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
ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search engine to be powered by Microsoft Bing. ExtraSearch - Light and minimal new tab / search bar that allows you to search swiftly by text and navigate easily to your favorite, recently visited sites. For more information please visit: https://www.extra-searches.com/ Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the ExtraSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.extra-searches.com/pages/terms_of_use and privacy policy at https://www.extra-searches.com/pages/privacy_policy.
Informações Básicas da Extensão
Nome | |
ID | jhmfhcbcpidjfgpbcgapdjendolhnndb |
URL Oficial | https://chrome.google.com/webstore/detail/extra-search/jhmfhcbcpidjfgpbcgapdjendolhnndb |
Descrição | ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search… |
Tamanho do Arquivo | 757 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.0.0.12 |
Última Atualização | 2022-07-13 |
Data de Publicação | 2022-06-16 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | millsjessica283 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.extra-searches.com/ |
URL da Página de Ajuda | https://www.extra-searches.com/pages/contact_us |
URL da Página de Política de Privacidade | https://www.extra-searches.com/pages/privacy_policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extra Search", "version": "1.0.0.12", "manifest_version": 3, "description": "", "homepage_url": "https:\/\/www.extra-searches.com", "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "96": "img\/96.png", "128": "img\/128.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "static\/html\/override.html" }, "permissions": [ "topSites", "storage", "alarms" ], "short_name": "extrasearch" } |