Translate Man

Mouse pointer translation, selected translation, support any languages, google translate api, human interface, love it

什么是Translate Man?

Translate Man是由marchen开发的Chrome扩展程序,该扩展的主要功能是“Mouse pointer translation, selected translation, support any languages, google translate api, human interface, love it”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Translate Man扩展crx文件

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

扩展使用说明

                        Super awesome translate plugin! recommend, recommend, recommend!
Support the mouse to take words, zoned word translation, multi-lingual, user-friendly interface.

1. New UI, so that the interface a new look.
2. Using Google translation interface, translation accuracy.
3. Support up to 100 languages, automatically identify the language.
4. User-friendly mode of operation, double-click translation, page word, all support.
5. Completely free, support Google voice, auto voice.
6. Continuous development, if you feel good, remember a five-star rating.
7. ctrl + q to open translate man                    

扩展基本信息

名称 Translate Man Translate Man
ID fapgabkkfcaejckbfmfcdgnfefbmlion
官方URL https://chromewebstore.google.com/detail/translate-man/fapgabkkfcaejckbfmfcdgnfefbmlion
简介 Mouse pointer translation, selected translation, support any languages, google translate api, human interface, love it
文件大小 364 KB
安装次数 10,000
当前版本 3.0.31
更新时间 2020-12-10
上架时间 2020-03-18
评分 4.59/5 共232次评分
开发者 marchen
电子邮箱 [email protected]
付费类型 free
支持的语言 en,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "42",
    "name": "__MSG_app_name__",
    "version": "3.0.31",
    "author": "magic-fe",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icons16.png",
        "19": "icons\/icons19.png",
        "38": "icons\/icons38.png",
        "48": "icons\/icons48.png",
        "96": "icons\/icons96.png",
        "128": "icons\/icons128.png",
        "192": "icons\/icons192.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icons16.png",
            "19": "icons\/icons19.png",
            "38": "icons\/icons38.png",
            "48": "icons\/icons48.png",
            "96": "icons\/icons96.png",
            "128": "icons\/icons128.png",
            "192": "icons\/icons192.png"
        },
        "default_title": "__MSG_app_name__",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            },
            "description": "Opens popup.html"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/popup.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "https:\/\/translate.google.com\/",
        "https:\/\/translate.google.cn\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "static\/*.*"
    ]
}