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