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
官方網址 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"
        }
    ]
}