Internet of Things to Internet of Thangs

Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'

Wat is Internet of Things to Internet of Thangs?

Internet of Things to Internet of Thangs is een Chrome-extensie ontwikkeld door Netfelix, en de belangrijkste functie is "Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Internet of Things to Internet of Thangs

Download Internet of Things to Internet of Thangs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Are you tired of seeing the phrase "Internet of Things" in every LinkedIn Pulse and TechCrunch article? Drastically improve your quality of life by changing any reference to the phrase "Internet of Things" to "Internet of Thangs."                    

Basisinformatie over de Extensie

Naam Internet of Things to Internet of Thangs Internet of Things to Internet of Thangs
ID dfilefbkocbdaeaclelenpfeekfegkll
Officiële URL https://chromewebstore.google.com/detail/internet-of-things-to-int/dfilefbkocbdaeaclelenpfeekfegkll
Beschrijving Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'
Bestandsgrootte 11.5 KB
Aantal Installaties 17
Huidige Versie 0.2
Laatst Bijgewerkt 2016-01-16
Publicatiedatum 2016-01-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Netfelix
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Internet of Things to Internet of Thangs",
    "description": "Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'",
    "version": "0.2",
    "icons": {
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}