My translator

My translator - In-context translator tool. Select and click - get translation

什么是My translator?

My translator是由Tracy Cooper开发的Chrome扩展程序,该扩展的主要功能是“My translator - In-context translator tool. Select and click - get translation”。

扩展截图

screenshot

下载My translator扩展crx文件

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

扩展使用说明

                        My Translator is a translator tool from one language to another. You don’t have to leave the page to get a translation - we show the translation tool INLINE.

Features:
⭐ Inline translator tool 
⭐ Select the default language (Change in the popup)
⭐ Run translator in the popup                    

扩展基本信息

名称 My translator My translator
ID chlmfnfjlieaejfpcgjkkillpnllmiai
官方URL https://chrome.google.com/webstore/detail/my-translator/chlmfnfjlieaejfpcgjkkillpnllmiai
简介 My translator - In-context translator tool. Select and click - get translation
文件大小 128 KB
安装次数 500,000
当前版本 0.13.3
更新时间 2020-11-18
上架时间 2020-11-03
评分 4.07/5 共28次评分
开发者 Tracy Cooper
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://1drv.ms/w/s!AlgAs--DbB1qgRMFAmL11amd8Bbt?e=nkqvOv
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "inject\/inject.css"
            ],
            "js": [
                "jquery.js",
                "inject\/inject.js"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "web_accessible_resources": [
        "icons\/*"
    ],
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/*.googleapis.com; object-src 'self'",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "version": "0.13.3"
}