右键有道翻译插件

选中文本,右键。

What is 右键有道翻译插件?

右键有道翻译插件 is a Chrome extension developed by zen, and its main feature is "选中文本,右键。".

Extension Screenshots

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

                        一个非常简单的Chrome翻译插件。
选中单词,右键->翻译,就会弹出有道词典的翻译结果。
如有侵犯版权问题,请通知我们。                    

Extension Basic Information

Name 右键有道翻译插件 右键有道翻译插件
ID eilkjdmblplbfhoppeeonphkolicfmbp
Official URL https://chromewebstore.google.com/detail/%E5%8F%B3%E9%94%AE%E6%9C%89%E9%81%93%E7%BF%BB%E8%AF%91%E6%8F%92%E4%BB%B6/eilkjdmblplbfhoppeeonphkolicfmbp
Description 选中文本,右键。
File Size 25.83 KB
Installation Count 1,553
Current Version 0.5
Last Updated 2020-12-06
Publish Date 2019-10-13
Rating 4.00/5 Total 3 Ratings
Developer zen
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u53f3\u952e\u6709\u9053\u7ffb\u8bd1\u63d2\u4ef6",
    "description": "\u9009\u4e2d\u6587\u672c\uff0c\u53f3\u952e\u3002",
    "version": "0.5",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "youdao.js"
        ]
    },
    "manifest_version": 2
}