Internet of Things to Internet of Thangs

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

Qu'est-ce que Internet of Things to Internet of Thangs ?

Internet of Things to Internet of Thangs est une extension Chrome développée par Netfelix, et sa fonction principale est "Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Internet of Things to Internet of Thangs

Téléchargez les fichiers d'extension Internet of Things to Internet of Thangs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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."                    

Informations de Base sur l'Extension

Nom Internet of Things to Internet of Thangs Internet of Things to Internet of Thangs
ID dfilefbkocbdaeaclelenpfeekfegkll
URL Officiel https://chromewebstore.google.com/detail/internet-of-things-to-int/dfilefbkocbdaeaclelenpfeekfegkll
Description Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'
Taille du Fichier 11.5 KB
Nombre d'Installations 17
Version Actuelle 0.2
Dernière Mise à Jour 2016-01-16
Date de Publication 2016-01-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur Netfelix
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}