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
Eメール [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"
}