有道词典Chrome插件添加生词本

支持Chrome浏览器的划词翻译(添加生词本和音标显示)

What is 有道词典Chrome插件添加生词本?

有道词典Chrome插件添加生词本 is a Chrome extension developed by zlsdms, and its main feature is "支持Chrome浏览器的划词翻译(添加生词本和音标显示)".

Extension Screenshots

screenshot

Download 有道词典Chrome插件添加生词本 Extension CRX File

Download 有道词典Chrome插件添加生词本 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

                        支持Chrome浏览器的划词翻译(添加生词本和音标显示)

*注意:此版本为第三方版本,增加了生词本功能,和音标显示
此版本基于以下开源项目修改
https://github.com/cclient/chrome-extensions-youdaowithwordnode                    

Extension Basic Information

Name 有道词典Chrome插件添加生词本 有道词典Chrome插件添加生词本
ID ddphaphiplikhjbjlfbnkkmppbfjgdah
Official URL https://chromewebstore.google.com/detail/%E6%9C%89%E9%81%93%E8%AF%8D%E5%85%B8chrome%E6%8F%92%E4%BB%B6%E6%B7%BB%E5%8A%A0%E7%94%9F%E8%AF%8D%E6%9C%AC/ddphaphiplikhjbjlfbnkkmppbfjgdah
Description 支持Chrome浏览器的划词翻译(添加生词本和音标显示)
File Size 60.73 KB
Installation Count 839
Current Version 1.56
Last Updated 2017-11-23
Publish Date 2017-11-22
Rating 4.83/5 Total 6 Ratings
Developer zlsdms
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "options.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_dict.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "speech.js",
                "lookup.js",
                "rlog.v1.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "\u652f\u6301Chrome\u6d4f\u89c8\u5668\u7684\u5212\u8bcd\u7ffb\u8bd1\uff08\u6dfb\u52a0\u751f\u8bcd\u672c\u548c\u97f3\u6807\u663e\u793a\uff09",
    "icons": {
        "128": "icon-128.png",
        "64": "icon.png"
    },
    "manifest_version": 2,
    "name": "\u6709\u9053\u8bcd\u5178Chrome\u63d2\u4ef6\u6dfb\u52a0\u751f\u8bcd\u672c",
    "options_page": "options.html",
    "version": "1.56",
    "web_accessible_resources": [
        "ab20.png",
        "ydd-sprite.png",
        "speech.png"
    ]
}