HighLight Search
Highlight a word and immediately get its definition!
Qu'est-ce que HighLight Search ?
HighLight Search est une extension Chrome développée par kkatongo, et sa fonction principale est "Highlight a word and immediately get its definition!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HighLight Search
Téléchargez les fichiers d'extension HighLight Search 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
Hold down "D" and highlight a word to get its dictionary definition, hold down "M" and highlight a movie title to get its IMDB summary and hold down "W" and highlight a name or organization to get is Wikipedia summary.
Informations de Base sur l'Extension
Nom | HighLight Search |
ID | fjdfnldionchjgjaphkfinfgaegokeaf |
URL Officiel | https://chromewebstore.google.com/detail/highlight-search/fjdfnldionchjgjaphkfinfgaegokeaf |
Description | Highlight a word and immediately get its definition! |
Taille du Fichier | 1.11 MB |
Nombre d'Installations | 48 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2016-06-19 |
Date de Publication | 2016-06-18 |
Développeur | kkatongo |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HighLight Search", "description": "Highlight a word and immediately get its definition!", "version": "0.0.1", "icons": { "128": ".\/images\/logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "styles\/style.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.js", "bower_components\/xml-to-json\/xml.js", "scripts\/onload.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "scripts": [ "scripts\/background.js" ] } } |