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"
        }
    ]
}