Things to Toasters

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

Wat is Things to Toasters?

Things to Toasters is een Chrome-extensie ontwikkeld door max, en de belangrijkste functie is "Replaces the text 'internet of things' with 'wifi enabled toaster'.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Things to Toasters

Download Things to Toasters-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Inspired by the Cloud to Butt extension. 

Thanks :^)                    

Basisinformatie over de Extensie

Naam Things to Toasters Things to Toasters
ID oibpnmflmfjmjdkljleibkbpfinnmenj
Officiële URL https://chromewebstore.google.com/detail/things-to-toasters/oibpnmflmfjmjdkljleibkbpfinnmenj
Beschrijving Replaces the text 'internet of things' with 'wifi enabled toaster'.
Bestandsgrootte 12.03 KB
Aantal Installaties 18
Huidige Versie 1.2
Laatst Bijgewerkt 2016-01-06
Publicatiedatum 2016-01-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar max
Betalingswijze free
Ondersteunde Talen 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"
    }
}