Double Click Dictionary
Checking the lexical item on any websites using double click
What is Double Click Dictionary?
Double Click Dictionary is a Chrome extension developed by Vuong Nguyen, and its main feature is "Checking the lexical item on any websites using double click".
Extension Screenshots
Download Double Click Dictionary Extension CRX File
Download Double Click Dictionary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A dictionary that works on any website. Simply double click to fetch the meaning, pronunciation. It currently supports 5 in 1 dictionaries including English - Vietnamese, English - English, Collocation Dictionary, Basic Dictionary and Thesaurus.
Extension Basic Information
Name | Double Click Dictionary |
ID | mhodfiapdkckpndblmmajncefllgpcjm |
Official URL | https://chromewebstore.google.com/detail/double-click-dictionary/mhodfiapdkckpndblmmajncefllgpcjm |
Description | Checking the lexical item on any websites using double click |
File Size | 53.53 KB |
Installation Count | 220 |
Current Version | 0.2 |
Last Updated | 2023-07-14 |
Publish Date | 2023-03-25 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Vuong Nguyen |
[email protected] | |
Payment Type | free |
Extension Website | https://tudien.net |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Double Click Dictionary", "author": "Vuong Nguyen", "homepage_url": "https:\/\/tudien.net", "action": { "default_title": "T\u00f9y ch\u1ec9nh t\u1eeb \u0111i\u1ec3n", "default_popup": "popup.html" }, "icons": { "16": "\/static\/images\/tudien16.png", "32": "\/static\/images\/tudien32.png", "48": "\/static\/images\/tudien48.png", "128": "\/static\/images\/tudien128.png" }, "manifest_version": 3, "version": "0.2", "description": "Checking the lexical item on any websites using double click", "permissions": [], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "content.js", "style.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.js" ], "all_frames": true } ] } |