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