Instant Dictionary
View definition in both English and Chinese as you browse the web.
Instant Dictionaryとは何ですか?
Instant DictionaryはPeter Piによって開発されたChromeの拡張機能で、その主な機能は「View definition in both English and Chinese as you browse the web.」です。
拡張機能のスクリーンショット
Instant Dictionary拡張機能のCRXファイルをダウンロード
Instant Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
IMPORTANT: - The chrome extension will not work in tabs that were open prior to installation. After installation, either reload your open tabs or restart Chrome. Instant Dictionary helps to make the translation become more convenient. Simply highlight the word you don't understand and see the definition in English and Chinese without going back and forth on tabs.
拡張機能の基本情報
名前 | |
ID | hjpcapcphfbomgjkghdiiogelgikcmpa |
公式URL | https://chrome.google.com/webstore/detail/instant-dictionary/hjpcapcphfbomgjkghdiiogelgikcmpa |
説明 | View definition in both English and Chinese as you browse the web. |
ファイルサイズ | 696 KB |
インストール数 | 121 |
現在のバージョン | 1.0.6 |
最終更新日 | 2022-01-08 |
公開日 | 2020-04-18 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Peter Pi |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant Dictionary", "version": "1.0.6", "description": "View definition in both English and Chinese as you browse the web.", "author": "Peter Pi", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "Styles.css" ], "js": [ "content.js", "jquery-3.4.1.min.js" ] } ], "permissions": [ "activeTab", "storage" ] } |