Things to Toasters

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

Co je Things to Toasters?

Things to Toasters je rozšíření Chrome vyvinuté max, a jeho hlavní funkcí je „Replaces the text 'internet of things' with 'wifi enabled toaster'.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Things to Toasters

Stáhněte si soubory rozšíření Things to Toasters ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Inspired by the Cloud to Butt extension. 

Thanks :^)                    

Základní Informace o Rozšíření

Název Things to Toasters Things to Toasters
ID oibpnmflmfjmjdkljleibkbpfinnmenj
Oficiální URL https://chromewebstore.google.com/detail/things-to-toasters/oibpnmflmfjmjdkljleibkbpfinnmenj
Popis Replaces the text 'internet of things' with 'wifi enabled toaster'.
Velikost souboru 12.03 KB
Počet instalací 18
Aktuální Verze 1.2
Poslední Aktualizace 2016-01-06
Datum Vydání 2016-01-06
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář max
Typ Platby free
Podporované Jazyky 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"
    }
}