Chat Translator v.2.0

This extension automatically translate any text that you type.

什么是Chat Translator v.2.0?

Chat Translator v.2.0是由Scrupp开发的Chrome扩展程序,该扩展的主要功能是“This extension automatically translate any text that you type.”。

扩展截图

screenshot
screenshot

下载Chat Translator v.2.0扩展crx文件

下载Chat Translator v.2.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension automatically translate any text that you type.                    

扩展基本信息

名称 Chat Translator v.2.0 Chat Translator v.2.0
ID bgpjnknbmhdhgpofaeifiokeniefmael
官方URL https://chromewebstore.google.com/detail/chat-translator-v20/bgpjnknbmhdhgpofaeifiokeniefmael
简介 This extension automatically translate any text that you type.
文件大小 48.83 KB
安装次数 711
当前版本 2.0.1
更新时间 2018-03-05
上架时间 2018-03-05
评分 4.25/5 共4次评分
开发者 Scrupp
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://www.facebook.com/profile.php?id=100004689825123
隐私政策页面URL https://scrupp.com/policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chat Translator v.2.0",
    "description": "This extension automatically translate any text that you type.",
    "version": "2.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "templates\/menu.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "templates\/pop-up.html"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery-3.2.1.min.js",
                "js\/main.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}