Things to Toasters

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

ما هو Things to Toasters؟

Things to Toasters هو إضافة Chrome تم تطويرها بواسطة max، والميزة الرئيسية لها هي "Replaces the text 'internet of things' with 'wifi enabled toaster'.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Things to Toasters

قم بتنزيل ملفات الامتداد Things to Toasters بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

Inspired by the Cloud to Butt extension. 

Thanks :^)                    

معلومات أساسية عن التمديد

الاسم Things to Toasters Things to Toasters
ID oibpnmflmfjmjdkljleibkbpfinnmenj
عنوان URL الرسمي https://chromewebstore.google.com/detail/things-to-toasters/oibpnmflmfjmjdkljleibkbpfinnmenj
الوصف Replaces the text 'internet of things' with 'wifi enabled toaster'.
حجم الملف 12.03 KB
عدد التثبيتات 18
النسخة الحالية 1.2
آخر تحديث 2016-01-06
تاريخ النشر 2016-01-06
تقييم 5.00/5 مجموع تقييمات 1
المطور max
نوع الدفع free
اللغات المدعومة 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"
    }
}