Support for the "blink" tag

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

Co je Support for the "blink" tag?

Support for the "blink" tag je rozšíření Chrome vyvinuté zamfofex, a jeho hlavní funkcí je „Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!“.

Stáhnout soubor CRX rozšíření Support for the "blink" tag

Stáhněte si soubory rozšíření Support for the "blink" tag ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Support for the Support for the "blink" tag
ID ogekfeglnnokbeehfnilhbgfponmjmlo
Oficiální URL https://chromewebstore.google.com/detail/support-for-the-blink-tag/ogekfeglnnokbeehfnilhbgfponmjmlo
Popis Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!
Velikost souboru 4.21 KB
Počet instalací 65
Aktuální Verze 1.0.1
Poslední Aktualizace 2015-04-08
Datum Vydání 2015-04-08
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář zamfofex
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
        }
    ]
}