Seek 快速翻译

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

What is Seek 快速翻译?

Seek 快速翻译 is a Chrome extension developed by likaituan, and its main feature is "快速翻译, 提供音标展示和四种读音".

Extension Screenshots

screenshot

Download Seek 快速翻译 Extension CRX File

Download Seek 快速翻译 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 Seek 快速翻译 Seek 快速翻译
ID llicdpojcdofbdapeohfjndjdboahagn
Official URL https://chromewebstore.google.com/detail/seek-%E5%BF%AB%E9%80%9F%E7%BF%BB%E8%AF%91/llicdpojcdofbdapeohfjndjdboahagn
Description 快速翻译, 提供音标展示和四种读音
File Size 23.53 KB
Installation Count 267
Current Version 1.0
Last Updated 2016-07-07
Publish Date 2016-07-07
Rating 5.00/5 Total 2 Ratings
Developer likaituan
Email [email protected]
Payment Type free
Privacy Policy Page URL http://likaituan.me
Supported Languages 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:\/\/*\/"
    ]
}