Translate

划词,英译汉

What is Translate?

Translate is a Chrome extension developed by Tobin, and its main feature is "划词,英译汉".

Extension Screenshots

screenshot

Download Translate Extension CRX File

Download Translate 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

                        划词,英译汉
fork from https://github.com/ververcpp/ChaZD                    

Extension Basic Information

Name Translate Translate
ID gjecifjlnonophalblkfhkhfammonacl
Official URL https://chrome.google.com/webstore/detail/translate/gjecifjlnonophalblkfhkhfammonacl
Description 划词,英译汉
File Size 53 KB
Installation Count 117
Current Version 1.0.0
Last Updated 2019-08-31
Publish Date 2019-08-31
Rating 4.00/5 Total 1 Ratings
Developer Tobin
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Translate",
    "version": "1.0.0",
    "description": "\u5212\u8bcd\uff0c\u82f1\u8bd1\u6c49",
    "permissions": [
        "https:\/\/dict.youdao.com\/*",
        "https:\/\/fanyi.youdao.com\/*",
        "http:\/\/dict.youdao.com\/*",
        "http:\/\/fanyi.youdao.com\/*",
        "http:\/\/dict.xyuu.com.cn\/*",
        "http:\/\/*.shanbay.com\/*",
        "contextMenus",
        "tabs",
        "storage",
        "notifications"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "public\/js\/utility.min.js",
            "public\/js\/background.min.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "public\/css\/inPage.min.css"
            ],
            "js": [
                "public\/js\/utility.min.js",
                "public\/js\/selection.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon16.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}