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 |
Eメール | [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 } ] } |