Internet of Things to Internet of Thangs

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

¿Qué es Internet of Things to Internet of Thangs?

Internet of Things to Internet of Thangs es una extensión de Chrome desarrollada por Netfelix, y su función principal es "Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Internet of Things to Internet of Thangs

Descarga archivos de extensión Internet of Things to Internet of Thangs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Internet of Things to Internet of Thangs Internet of Things to Internet of Thangs
ID dfilefbkocbdaeaclelenpfeekfegkll
URL Oficial https://chromewebstore.google.com/detail/internet-of-things-to-int/dfilefbkocbdaeaclelenpfeekfegkll
Descripción Changes all instances of the phrase 'Internet of Things' on a webpage to 'Internet of Thangs.'
Tamaño del Archivo 11.5 KB
Cantidad de Instalaciones 17
Versión Actual 0.2
Última Actualización 2016-01-16
Fecha de Publicación 2016-01-16
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Netfelix
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}