Support for the "blink" tag

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

Apa itu Support for the "blink" tag?

Support for the "blink" tag adalah ekstensi Chrome yang dikembangkan oleh zamfofex, dan fitur utamanya adalah "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!".

Unduh Berkas CRX Ekstensi Support for the "blink" tag

Unduh file ekstensi Support for the "blink" tag dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Support for the Support for the "blink" tag
ID ogekfeglnnokbeehfnilhbgfponmjmlo
URL Resmi https://chromewebstore.google.com/detail/support-for-the-blink-tag/ogekfeglnnokbeehfnilhbgfponmjmlo
Deskripsi Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!
Ukuran File 4.21 KB
Jumlah Instalasi 65
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2015-04-08
Tanggal Publikasi 2015-04-08
Penilaian 5.00/5 Total 4 Penilaian
Pengembang zamfofex
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}