Double Click Dictionary
Checking the lexical item on any websites using double click
什么是Double Click Dictionary?
Double Click Dictionary是由Vuong Nguyen开发的Chrome扩展程序,该扩展的主要功能是“Checking the lexical item on any websites using double click”。
扩展截图
下载Double Click Dictionary扩展crx文件
下载Double Click Dictionary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Double Click Dictionary |
ID | mhodfiapdkckpndblmmajncefllgpcjm |
官方URL | https://chromewebstore.google.com/detail/double-click-dictionary/mhodfiapdkckpndblmmajncefllgpcjm |
简介 | Checking the lexical item on any websites using double click |
文件大小 | 53.53 KB |
安装次数 | 220 |
当前版本 | 0.2 |
更新时间 | 2023-07-14 |
上架时间 | 2023-03-25 |
评分 | 5.00/5 共4次评分 |
开发者 | Vuong Nguyen |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://tudien.net |
支持的语言 | 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 } ] } |