翻译解读

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

翻译解读란 무엇입니까?

翻译解读은(는) wp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "专注为外文网站提供稳定快速的准确翻译及操作在线注解,让您的学习更加得心应手."입니다.

확장 프로그램 스크린샷

screenshot

翻译解读 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 翻译解读 翻译解读
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'"
}