有道词典右键查询
使用有道词典检索单词, 选中中英文单词后, 点击右键, 选择本应用
有道词典右键查询とは何ですか?
有道词典右键查询はnorthteamによって開発されたChromeの拡張機能で、その主な機能は「使用有道词典检索单词, 选中中英文单词后, 点击右键, 选择本应用」です。
拡張機能のスクリーンショット
有道词典右键查询拡張機能のCRXファイルをダウンロード
有道词典右键查询拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
使用有道词典检索单词,选中中英文单词后,点击右键,选择本应用。 有道支持查询英汉、汉英、英英词典。
拡張機能の基本情報
名前 | 有道词典右键查询 |
ID | ahkmaoddmipjgkfhcfpljkiibpekmehn |
公式URL | https://chromewebstore.google.com/detail/%E6%9C%89%E9%81%93%E8%AF%8D%E5%85%B8%E5%8F%B3%E9%94%AE%E6%9F%A5%E8%AF%A2/ahkmaoddmipjgkfhcfpljkiibpekmehn |
説明 | 使用有道词典检索单词, 选中中英文单词后, 点击右键, 选择本应用 |
ファイルサイズ | 31.98 KB |
インストール数 | 4,146 |
現在のバージョン | 1.0.5 |
最終更新日 | 2014-02-15 |
公開日 | 2014-02-14 |
評価 | 4.19/5 合計 16 レビュー |
開発者 | northteam |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/northteam/youdao-dict-chrome-ext |
ヘルプページのURL | https://github.com/northteam/youdao-dict-chrome-ext/wiki |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.0.5", "default_locale": "zh_CN", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "contextMenus", "storage" ], "background": { "page": "background.html" }, "options_page": "options.html", "manifest_version": 2 } |