有道词典Chrome划词插件

支持Chrome浏览器的划词翻译

What is 有道词典Chrome划词插件?

有道词典Chrome划词插件 is a Chrome extension developed by Goler, 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

                        修复官方扩展在Easyreader的阅读模式下取词的显示问题                    

Extension Basic Information

Name 有道词典Chrome划词插件 有道词典Chrome划词插件
ID bgllbpdmpeenjbeiigkhccehncomjfbk
Official URL https://chromewebstore.google.com/detail/%E6%9C%89%E9%81%93%E8%AF%8D%E5%85%B8chrome%E5%88%92%E8%AF%8D%E6%8F%92%E4%BB%B6/bgllbpdmpeenjbeiigkhccehncomjfbk
Description 支持Chrome浏览器的划词翻译
File Size 52.4 KB
Installation Count 1,261
Current Version 1.31
Last Updated 2015-07-18
Publish Date 2015-07-17
Developer Goler
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "background": {
        "scripts": [
            "options.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_dict.gif",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "js": [
                "lookup.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "\u652f\u6301Chrome\u6d4f\u89c8\u5668\u7684\u5212\u8bcd\u7ffb\u8bd1",
    "icons": {
        "128": "icon-128.png",
        "64": "icon.png"
    },
    "manifest_version": 2,
    "name": "\u6709\u9053\u8bcd\u5178Chrome\u5212\u8bcd\u63d2\u4ef6",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.31",
    "web_accessible_resources": [
        "ab20.png",
        "ydd-sprite.png"
    ]
}