Amazing Searcher
Add useful information to Google Search results
Cos'è Amazing Searcher?
Amazing Searcher è un'estensione di Chrome sviluppata da eetann, e la sua funzione principale è "Add useful information to Google Search results".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazing Searcher
Scarica i file di estensione Amazing Searcher 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
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!
Informazioni di Base sull'Estensione
Nome | Amazing Searcher |
ID | poheekmlppakdboaalpmhfpbmnefeokj |
URL Ufficiale | https://chromewebstore.google.com/detail/amazing-searcher/poheekmlppakdboaalpmhfpbmnefeokj |
Descrizione | Add useful information to Google Search results |
Dimensione del File | 408 KB |
Conteggio Installazioni | 833 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2021-11-09 |
Data di Pubblicazione | 2021-05-31 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | eetann |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/eetann/amazing-searcher |
Lingue Supportate | 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" } |