简译划词插件

简译划词插件

简译划词插件란 무엇입니까?

简译划词插件은(는) https://indie1024.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "简译划词插件"입니다.

확장 프로그램 스크린샷

screenshot

简译划词插件 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        划词翻译、划词插件、有道翻译、百度翻译、Google翻译                    

확장 프로그램 기본 정보

이름 简译划词插件 简译划词插件
ID oddifehabaikhdbjihhcohjcjejncmcg
공식 URL https://chromewebstore.google.com/detail/%E7%AE%80%E8%AF%91%E5%88%92%E8%AF%8D%E6%8F%92%E4%BB%B6/oddifehabaikhdbjihhcohjcjejncmcg
설명 简译划词插件
파일 크기 192 KB
설치 횟수 38
현재 버전 0.0.2
최근 업데이트 2019-03-28
출시 날짜 2019-03-25
평점 5.00/5 총 5 개의 평점
개발자 https://indie1024.com
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u7b80\u8bd1\u5212\u8bcd\u63d2\u4ef6",
    "description": "\u7b80\u8bd1\u5212\u8bcd\u63d2\u4ef6",
    "version": "0.0.2",
    "manifest_version": 2,
    "icons": {
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "translate-extension",
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js 'unsafe-inline' 'unsafe-eval'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles\/content.css",
                "styles\/animate.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "scripts\/contentscript.js",
        "options.html",
        "images\/*"
    ]
}