Quick Search Tool
Search the web using this useful tool from the address bar.
O que é Quick Search Tool?
Quick Search Tool é uma extensão do Chrome desenvolvida por https://quicksearchtool.com, e sua principal característica é "Search the web using this useful tool from the address bar.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quick Search Tool
Baixe arquivos de extensão Quick Search Tool 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
This extension sets your default search setting to Quick Search Tool with results powered by Yahoo!. This extension can be uninstalled at any time.
Informações Básicas da Extensão
Nome | Quick Search Tool |
ID | keadechokmcohlcampccppbjjeabghcd |
URL Oficial | https://chromewebstore.google.com/detail/quick-search-tool/keadechokmcohlcampccppbjjeabghcd |
Descrição | Search the web using this useful tool from the address bar. |
Tamanho do Arquivo | 10.67 KB |
Contagem de Instalações | 301,165 |
Versão Atual | 1.2 |
Última Atualização | 2021-09-29 |
Data de Publicação | 2021-09-29 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://quicksearchtool.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://search.quicksearchtool.com/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "sm.js" }, "action": { "default_icon": "icon.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/search.quicksearchtool.com\/favicon.ico", "is_default": true, "keyword": "QST", "name": "QuickSearchTool", "search_url": "https:\/\/query.quicksearchtool.com\/s?query={searchTerms}", "suggest_url": "https:\/\/search.quicksearchtool.com\/autosuggest?query={searchTerms}" } }, "description": "Search the web using this useful tool from the address bar.", "icons": { "128": "icon.png" }, "incognito": "split", "manifest_version": 3, "name": "Quick Search Tool", "omnibox": { "keyword": "search" }, "permissions": [ "tabs", "storage", "declarativeNetRequest", "cookies" ], "host_permissions": [ "*:\/\/*.quicksearchtool.com\/*", "*:\/\/query.quicksearchtool.com\/*" ], "version": "1.2", "web_accessible_resources": [ { "resources": [ "*.json" ], "matches": [ "*:\/\/*.quicksearchtool.com\/*" ] } ] } |