翻译解读

专注为外文网站提供稳定快速的准确翻译及操作在线注解,让您的学习更加得心应手.

What is 翻译解读?

翻译解读 is a Chrome extension developed by wp, 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

                        这是一款外文网页定制翻译和注释插件,该插件采用高速稳定服务器传输数据,全面导入了对口翻译、术语解读、学习计划、操作讲解、交易规则以及注意事项等,用户只需同步后台移动鼠标就可以轻松学习,是掌握专业操作的必备助手。                    

Extension Basic Information

Name 翻译解读 翻译解读
ID dkjbapkgfhhoeomkabndpjkcgeoddinj
Official URL https://chromewebstore.google.com/detail/%E7%BF%BB%E8%AF%91%E8%A7%A3%E8%AF%BB/dkjbapkgfhhoeomkabndpjkcgeoddinj
Description 专注为外文网站提供稳定快速的准确翻译及操作在线注解,让您的学习更加得心应手.
File Size 347 KB
Installation Count 94
Current Version 1.82
Last Updated 2017-07-21
Publish Date 2017-07-21
Rating 5.00/5 Total 3 Ratings
Developer wp
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u7ffb\u8bd1\u89e3\u8bfb",
    "description": "\u4e13\u6ce8\u4e3a\u5916\u6587\u7f51\u7ad9\u63d0\u4f9b\u7a33\u5b9a\u5feb\u901f\u7684\u51c6\u786e\u7ffb\u8bd1\u53ca\u64cd\u4f5c\u5728\u7ebf\u6ce8\u89e3\uff0c\u8ba9\u60a8\u7684\u5b66\u4e60\u66f4\u52a0\u5f97\u5fc3\u5e94\u624b.",
    "version": "1.82",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "icons\/48.png"
    },
    "browser_action": {
        "default_title": "remark",
        "default_icon": "icons\/24.png",
        "default_popup": "button\/popup.html"
    },
    "background": {
        "page": "backgroup\/backgroup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/override-page.css",
                "css\/tooltipster\/tooltipster.bundle.min.css",
                "css\/tooltipster\/tooltipster-sideTip-shadow.min.css"
            ],
            "js": [
                "jquery\/jquery.js",
                "jquery\/jquery-loadfile.js",
                "jquery\/selectorator.min.js",
                "jquery\/purl.js",
                "jquery\/tooltipster\/tooltipster.bundle.js",
                "lib\/constant.js",
                "lib\/core.js",
                "lib\/url_parser.js",
                "lib\/page_msg_lib.js",
                "widget\/html_node.js",
                "widget\/page_node.js",
                "widget\/content_load.js",
                "contentPage\/main.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "jquery\/*\/*",
        "widget\/*",
        "contentPage\/*"
    ],
    "content_security_policy": "script-src  https:\/\/localhost 'unsafe-eval'; object-src 'self'"
}