Things to Toasters

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

Cos'è Things to Toasters?

Things to Toasters è un'estensione di Chrome sviluppata da max, e la sua funzione principale è "Replaces the text 'internet of things' with 'wifi enabled toaster'.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Things to Toasters

Scarica i file di estensione Things to Toasters in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Inspired by the Cloud to Butt extension. 

Thanks :^)                    

Informazioni di Base sull'Estensione

Nome Things to Toasters Things to Toasters
ID oibpnmflmfjmjdkljleibkbpfinnmenj
URL Ufficiale https://chromewebstore.google.com/detail/things-to-toasters/oibpnmflmfjmjdkljleibkbpfinnmenj
Descrizione Replaces the text 'internet of things' with 'wifi enabled toaster'.
Dimensione del File 12.03 KB
Conteggio Installazioni 18
Versione Corrente 1.2
Ultimo Aggiornamento 2016-01-06
Data di Pubblicazione 2016-01-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore max
Tipo di Pagamento free
Lingue Supportate 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"
    }
}