Mike Tython Tranthlator

Translates your webpage into Mike Tyson speak

Mike Tython Tranthlatorとは何ですか?

Mike Tython TranthlatorはtheFeezによって開発されたChromeの拡張機能で、その主な機能は「Translates your webpage into Mike Tyson speak」です。

拡張機能のスクリーンショット

Mike Tython Tranthlator拡張機能のCRXファイルをダウンロード

Mike Tython Tranthlator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Translates your webpage into Mike Tyson speak                    

拡張機能の基本情報

名前 Mike Tython Tranthlator Mike Tython Tranthlator
ID ifcpjjbmphnmmhlopihbklkmihlgofpp
公式URL https://chromewebstore.google.com/detail/mike-tython-tranthlator/ifcpjjbmphnmmhlopihbklkmihlgofpp
説明 Translates your webpage into Mike Tyson speak
ファイルサイズ 13.51 KB
インストール数 125
現在のバージョン 0.1
最終更新日 2016-01-24
公開日 2016-01-23
評価 3.83/5 合計 6 レビュー
開発者 theFeez
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mike Tython Tranthlator",
    "description": "Translates your webpage into Mike Tyson speak",
    "version": "0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}