Dictionary Tool
This extention allows you to define any word on the screen by highlighting it and then clicking on the chrome extension
Qu'est-ce que Dictionary Tool ?
Dictionary Tool est une extension Chrome développée par https://stlwebsitedevelopment.com, et sa fonction principale est "This extention allows you to define any word on the screen by highlighting it and then clicking on the chrome extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dictionary Tool
Téléchargez les fichiers d'extension Dictionary Tool 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
A chrome extension that allows you to highlight a word on the page, click on my extension and get a definition of the word you have highlighted. The extension is connected to a dictionary database and uses a special algorithm to retrieve the highlighted text, query the database and retrieve the definition for you in an elegant, simple, and well designed chrome extension.
Informations de Base sur l'Extension
Nom | Dictionary Tool |
ID | edifcpjfgilelnbmcihdcfhggmjodfmh |
URL Officiel | https://chromewebstore.google.com/detail/dictionary-tool/edifcpjfgilelnbmcihdcfhggmjodfmh |
Description | This extention allows you to define any word on the screen by highlighting it and then clicking on the chrome extension |
Taille du Fichier | 181 KB |
Nombre d'Installations | 577 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2023-01-26 |
Date de Publication | 2017-07-31 |
Évaluation | 2.00/5 Total 4 Évaluations |
Développeur | https://stlwebsitedevelopment.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dictionary Tool", "description": "This extention allows you to define any word on the screen by highlighting it and then clicking on the chrome extension", "version": "2.1", "author": "Leon Krugliakov", "icons": { "16": "icons\/icon.png", "32": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "scripting", "activeTab" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "scripts\/main.js", "scripts\/jquery.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |