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