Amazing Searcher
Add useful information to Google Search results
Qu'est-ce que Amazing Searcher ?
Amazing Searcher est une extension Chrome développée par eetann, et sa fonction principale est "Add useful information to Google Search results".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazing Searcher
Téléchargez les fichiers d'extension Amazing Searcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Amazing Searcher |
ID | poheekmlppakdboaalpmhfpbmnefeokj |
URL Officiel | https://chromewebstore.google.com/detail/amazing-searcher/poheekmlppakdboaalpmhfpbmnefeokj |
Description | Add useful information to Google Search results |
Taille du Fichier | 408 KB |
Nombre d'Installations | 833 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2021-11-09 |
Date de Publication | 2021-05-31 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | eetann |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/eetann/amazing-searcher |
Langues Prises en Charge | 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" } |