Things to Toasters

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

Apa itu Things to Toasters?

Things to Toasters adalah ekstensi Chrome yang dikembangkan oleh max, dan fitur utamanya adalah "Replaces the text 'internet of things' with 'wifi enabled toaster'.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Things to Toasters

Unduh file ekstensi Things to Toasters dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Inspired by the Cloud to Butt extension. 

Thanks :^)                    

Informasi Dasar Ekstensi

Nama Things to Toasters Things to Toasters
ID oibpnmflmfjmjdkljleibkbpfinnmenj
URL Resmi https://chromewebstore.google.com/detail/things-to-toasters/oibpnmflmfjmjdkljleibkbpfinnmenj
Deskripsi Replaces the text 'internet of things' with 'wifi enabled toaster'.
Ukuran File 12.03 KB
Jumlah Instalasi 18
Versi Saat Ini 1.2
Terakhir Diperbarui 2016-01-06
Tanggal Publikasi 2016-01-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang max
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}