Things to Toasters

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

Co to jest Things to Toasters?

Things to Toasters to rozszerzenie Chrome opracowane przez max, a jego główną funkcją jest „Replaces the text 'internet of things' with 'wifi enabled toaster'.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Things to Toasters

Pobierz pliki rozszerzeń Things to Toasters w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Inspired by the Cloud to Butt extension. 

Thanks :^)                    

Podstawowe informacje o rozszerzeniu

Nazwa Things to Toasters Things to Toasters
ID oibpnmflmfjmjdkljleibkbpfinnmenj
Oficjalny URL https://chromewebstore.google.com/detail/things-to-toasters/oibpnmflmfjmjdkljleibkbpfinnmenj
Opis Replaces the text 'internet of things' with 'wifi enabled toaster'.
Rozmiar pliku 12.03 KB
Liczba instalacji 18
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-01-06
Data Publikacji 2016-01-06
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper max
Typ Płatności free
Obsługiwane Języki 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"
    }
}