Things to Toasters

Replaces the text 'internet of things' with 'wifi enabled toaster'.

什么是Things to Toasters?

Things to Toasters是由max开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'internet of things' with 'wifi enabled toaster'.”。

扩展截图

screenshot
screenshot

下载Things to Toasters扩展crx文件

下载Things to Toasters扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Replaces the text 'Internet of Things' with 'Wifi Enabled Toaster'. Also replaces 'IoT' with 'WeT'.

Inspired by the Cloud to Butt extension. 

Thanks :^)                    

扩展基本信息

名称 Things to Toasters Things to Toasters
ID oibpnmflmfjmjdkljleibkbpfinnmenj
官方URL https://chromewebstore.google.com/detail/things-to-toasters/oibpnmflmfjmjdkljleibkbpfinnmenj
简介 Replaces the text 'internet of things' with 'wifi enabled toaster'.
文件大小 12.03 KB
安装次数 18
当前版本 1.2
更新时间 2016-01-06
上架时间 2016-01-06
评分 5.00/5 共1次评分
开发者 max
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Things to Toasters",
    "version": "1.2",
    "description": "Replaces the text 'internet of things' with 'wifi enabled toaster'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "wet.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "48.png",
        "128": "128.png"
    }
}