Support for the "blink" tag

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

Vad är Support for the "blink" tag?

Support for the "blink" tag är en Chrome-tillägg utvecklad av zamfofex, och dess huvudfunktion är "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!".

Ladda ner Support for the "blink" tag-förlängningens CRX-fil

Ladda ner Support for the "blink" tag-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Support for the Support for the "blink" tag
ID ogekfeglnnokbeehfnilhbgfponmjmlo
Officiell webbadress https://chromewebstore.google.com/detail/support-for-the-blink-tag/ogekfeglnnokbeehfnilhbgfponmjmlo
Beskrivning Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!
Filstorlek 4.21 KB
Antal Installationer 65
Aktuell Version 1.0.1
Senast Uppdaterad 2015-04-08
Publiceringsdatum 2015-04-08
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare zamfofex
E-post [email protected]
Betalningssätt free
Stödda Språk 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
        }
    ]
}