翻译解读

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

翻译解读คืออะไร?

翻译解读 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wp และคุณลักษณะหลักของมันคือ "专注为外文网站提供稳定快速的准确翻译及操作在线注解,让您的学习更加得心应手."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 翻译解读

ดาวน์โหลดไฟล์ส่วนขยาย 翻译解读 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 翻译解读 翻译解读
ID dkjbapkgfhhoeomkabndpjkcgeoddinj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E7%BF%BB%E8%AF%91%E8%A7%A3%E8%AF%BB/dkjbapkgfhhoeomkabndpjkcgeoddinj
คำอธิบาย 专注为外文网站提供稳定快速的准确翻译及操作在线注解,让您的学习更加得心应手.
ขนาดไฟล์ 347 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 1.82
อัปเดตครั้งล่าสุด 2017-07-21
วันที่เผยแพร่ 2017-07-21
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา wp
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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'"
}