Support for the "blink" tag

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

Cos'è Support for the "blink" tag?

Support for the "blink" tag è un'estensione di Chrome sviluppata da zamfofex, e la sua funzione principale è "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!".

Scarica il file CRX dell'estensione Support for the "blink" tag

Scarica i file di estensione Support for the "blink" tag in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Support for the Support for the "blink" tag
ID ogekfeglnnokbeehfnilhbgfponmjmlo
URL Ufficiale https://chromewebstore.google.com/detail/support-for-the-blink-tag/ogekfeglnnokbeehfnilhbgfponmjmlo
Descrizione Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!
Dimensione del File 4.21 KB
Conteggio Installazioni 65
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-04-08
Data di Pubblicazione 2015-04-08
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore zamfofex
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}