Support for the "blink" tag

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

Co to jest Support for the "blink" tag?

Support for the "blink" tag to rozszerzenie Chrome opracowane przez zamfofex, a jego główną funkcją jest „Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!”.

Pobierz plik CRX rozszerzenia Support for the "blink" tag

Pobierz pliki rozszerzeń Support for the "blink" tag w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Support for the Support for the "blink" tag
ID ogekfeglnnokbeehfnilhbgfponmjmlo
Oficjalny URL https://chromewebstore.google.com/detail/support-for-the-blink-tag/ogekfeglnnokbeehfnilhbgfponmjmlo
Opis Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!
Rozmiar pliku 4.21 KB
Liczba instalacji 65
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2015-04-08
Data Publikacji 2015-04-08
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper zamfofex
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}