Support for the "blink" tag

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

Wat is Support for the "blink" tag?

Support for the "blink" tag is een Chrome-extensie ontwikkeld door zamfofex, en de belangrijkste functie is "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!".

Download het CRX-bestand van de extensie Support for the "blink" tag

Download Support for the "blink" tag-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

                        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.                    

Basisinformatie over de Extensie

Naam Support for the Support for the "blink" tag
ID ogekfeglnnokbeehfnilhbgfponmjmlo
Officiële URL https://chromewebstore.google.com/detail/support-for-the-blink-tag/ogekfeglnnokbeehfnilhbgfponmjmlo
Beschrijving Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!
Bestandsgrootte 4.21 KB
Aantal Installaties 65
Huidige Versie 1.0.1
Laatst Bijgewerkt 2015-04-08
Publicatiedatum 2015-04-08
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar zamfofex
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}