Amazing Searcher
Add useful information to Google Search results
O que é Amazing Searcher?
Amazing Searcher é uma extensão do Chrome desenvolvida por eetann, e sua principal característica é "Add useful information to Google Search results".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Amazing Searcher
Baixe arquivos de extensão Amazing Searcher 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
Amazing Searcher adds the following link to the Google search results. * `Term`: restrict results to a specific time period * `Lang`: restrict results to a specific language * `Recipe`: following link about search words. * Homepage * Reference * Search By Reference (Search in Reference by Reference) * Search By Google (Search in Reference by Google) * The link you registered on the settings page * The Memo you registered on the settings page `Term`, `Lang` and `Recipe` can be set in the options page. In particular, by setting up a lot of `Recipe`, you can greatly reduce the time it takes to get to the information you want!
Informações Básicas da Extensão
Nome | Amazing Searcher |
ID | poheekmlppakdboaalpmhfpbmnefeokj |
URL Oficial | https://chromewebstore.google.com/detail/amazing-searcher/poheekmlppakdboaalpmhfpbmnefeokj |
Descrição | Add useful information to Google Search results |
Tamanho do Arquivo | 408 KB |
Contagem de Instalações | 833 |
Versão Atual | 1.0.2 |
Última Atualização | 2021-11-09 |
Data de Publicação | 2021-05-31 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | eetann |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/eetann/amazing-searcher |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Amazing Searcher", "version": "1.0.2", "description": "Add useful information to Google Search results", "author": "eetann", "icons": { "16": "imgs\/extension_icon16.png", "32": "imgs\/extension_icon32.png", "48": "imgs\/extension_icon48.png", "128": "imgs\/extension_icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search?*" ], "css": [ "chunk.css" ], "js": [ "chunk.js", "content.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "options_page": "options.html" } |