Seek 快速翻译

快速翻译, 提供音标展示和四种读音

Seek 快速翻译란 무엇입니까?

Seek 快速翻译은(는) likaituan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "快速翻译, 提供音标展示和四种读音"입니다.

확장 프로그램 스크린샷

screenshot

Seek 快速翻译 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        方便,实用,实在是居家,旅行,办公必备神器,嘿嘿!                    

확장 프로그램 기본 정보

이름 Seek 快速翻译 Seek 快速翻译
ID llicdpojcdofbdapeohfjndjdboahagn
공식 URL https://chromewebstore.google.com/detail/seek-%E5%BF%AB%E9%80%9F%E7%BF%BB%E8%AF%91/llicdpojcdofbdapeohfjndjdboahagn
설명 快速翻译, 提供音标展示和四种读音
파일 크기 23.53 KB
설치 횟수 267
현재 버전 1.0
최근 업데이트 2016-07-07
출시 날짜 2016-07-07
평점 5.00/5 총 2 개의 평점
개발자 likaituan
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://likaituan.me
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Seek \u5feb\u901f\u7ffb\u8bd1",
    "description": "\u5feb\u901f\u7ffb\u8bd1, \u63d0\u4f9b\u97f3\u6807\u5c55\u793a\u548c\u56db\u79cd\u8bfb\u97f3",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "seek_translate_content.css"
            ],
            "js": [
                "zepto.js",
                "seek_translate_content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "zepto.js",
            "seek_translate_background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}