Support for the "blink" tag

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

Was ist Support for the "blink" tag?

Support for the "blink" tag ist eine Chrome-Erweiterung, die von zamfofex entwickelt wurde, und ihr Hauptmerkmal ist "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!".

Support for the "blink" tag-Erweiterungs-CRX-Datei herunterladen

Laden Sie Support for the "blink" tag-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Support for the Support for the "blink" tag
ID ogekfeglnnokbeehfnilhbgfponmjmlo
Offizielle URL https://chromewebstore.google.com/detail/support-for-the-blink-tag/ogekfeglnnokbeehfnilhbgfponmjmlo
Beschreibung Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!
Dateigröße 4.21 KB
Installationsanzahl 65
Aktuelle Version 1.0.1
Letztes Update 2015-04-08
Veröffentlichungsdatum 2015-04-08
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler zamfofex
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}