Support for the "blink" tag

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

Hvad er Support for the "blink" tag?

Support for the "blink" tag er en Chrome-udvidelse udviklet af zamfofex, og dens hovedfunktion er "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!".

Download Support for the "blink" tag-udvidelses-CRX-fil

Download Support for the "blink" tag-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Support for the Support for the "blink" tag
ID ogekfeglnnokbeehfnilhbgfponmjmlo
Officiel URL https://chromewebstore.google.com/detail/support-for-the-blink-tag/ogekfeglnnokbeehfnilhbgfponmjmlo
Beskrivelse Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!
Filstørrelse 4.21 KB
Antal Installationer 65
Nuværende Version 1.0.1
Senest Opdateret 2015-04-08
Udgivelsesdato 2015-04-08
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler zamfofex
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
        }
    ]
}