Support for the "blink" tag

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

Qu'est-ce que Support for the "blink" tag ?

Support for the "blink" tag est une extension Chrome développée par zamfofex, et sa fonction principale est "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!".

Télécharger le fichier CRX de l'extension Support for the "blink" tag

Téléchargez les fichiers d'extension Support for the "blink" tag 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

                        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.                    

Informations de Base sur l'Extension

Nom Support for the Support for the "blink" tag
ID ogekfeglnnokbeehfnilhbgfponmjmlo
URL Officiel https://chromewebstore.google.com/detail/support-for-the-blink-tag/ogekfeglnnokbeehfnilhbgfponmjmlo
Description Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!
Taille du Fichier 4.21 KB
Nombre d'Installations 65
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-04-08
Date de Publication 2015-04-08
Évaluation 5.00/5 Total 4 Évaluations
Développeur zamfofex
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}