Things to Toasters

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

Things to Toasters क्या है?

Things to Toasters max द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'internet of things' with 'wifi enabled toaster'."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Things to Toasters एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}