Support for the "blink" tag

Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!

¿Qué es Support for the "blink" tag?

Support for the "blink" tag es una extensión de Chrome desarrollada por zamfofex, y su función principal es "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!".

Descargar Archivo CRX de la Extensión Support for the "blink" tag

Descarga archivos de extensión Support for the "blink" tag 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

                        Adds support for the non-standard "blink" HTML tag. Most text inside the "blink" tag should blink, like in the Netscape browser, and old versions of Firefox.                    

Información Básica de la Extensión

Nombre Support for the Support for the "blink" tag
ID ogekfeglnnokbeehfnilhbgfponmjmlo
URL Oficial https://chromewebstore.google.com/detail/support-for-the-blink-tag/ogekfeglnnokbeehfnilhbgfponmjmlo
Descripción Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!
Tamaño del Archivo 4.21 KB
Cantidad de Instalaciones 65
Versión Actual 1.0.1
Última Actualización 2015-04-08
Fecha de Publicación 2015-04-08
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador zamfofex
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Support for the \"blink\" tag",
    "short_name": "Blinking Text",
    "description": "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "blink.js"
            ],
            "css": [
                "inline.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}