WordComplex (English Dictionary)
Add extra meaning to your web browsing. Look up for definitions while you are on web.
Qu'est-ce que WordComplex (English Dictionary) ?
WordComplex (English Dictionary) est une extension Chrome développée par Rajdeep Chauhan, et sa fonction principale est "Add extra meaning to your web browsing. Look up for definitions while you are on web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WordComplex (English Dictionary)
Téléchargez les fichiers d'extension WordComplex (English Dictionary) 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
Double click on any word to look up its definition while you are browsing. Look up for definitions in WordComplex browser action and open desktop dictionary by clicking wordcomplex icon. You can go forward and backward in your currently searched words. Save the words to look up in future.
Informations de Base sur l'Extension
Nom | |
ID | abiafidebmalgeploojmmpaplaglhhaf |
URL Officiel | https://chrome.google.com/webstore/detail/wordcomplex-english-dicti/abiafidebmalgeploojmmpaplaglhhaf |
Description | Add extra meaning to your web browsing. Look up for definitions while you are on web. |
Taille du Fichier | 73.07 KB |
Nombre d'Installations | 234 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2019-05-19 |
Date de Publication | 2019-05-19 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Rajdeep Chauhan |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordComplex (English Dictionary)", "description": "Add extra meaning to your web browsing. Look up for definitions while you are on web.", "version": "2.1", "short_name": "WC", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "WordComplex" }, "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "tip.css" ], "js": [ "content_script.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "web_accessible_resources": [ "speaker.jpg" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tts", "storage" ] } |