有道词典右键查询

使用有道词典检索单词, 选中中英文单词后, 点击右键, 选择本应用

What is 有道词典右键查询?

有道词典右键查询 is a Chrome extension developed by northteam, and its main feature is "使用有道词典检索单词, 选中中英文单词后, 点击右键, 选择本应用".

Extension Screenshots

screenshot
screenshot

Download 有道词典右键查询 Extension CRX File

Download 有道词典右键查询 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

                        使用有道词典检索单词,选中中英文单词后,点击右键,选择本应用。 有道支持查询英汉、汉英、英英词典。                    

Extension Basic Information

Name 有道词典右键查询 有道词典右键查询
ID ahkmaoddmipjgkfhcfpljkiibpekmehn
Official 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
Description 使用有道词典检索单词, 选中中英文单词后, 点击右键, 选择本应用
File Size 31.98 KB
Installation Count 4,146
Current Version 1.0.5
Last Updated 2014-02-15
Publish Date 2014-02-14
Rating 4.19/5 Total 16 Ratings
Developer northteam
Payment Type free
Extension Website https://github.com/northteam/youdao-dict-chrome-ext
Help Page URL https://github.com/northteam/youdao-dict-chrome-ext/wiki
Supported Languages 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
}