Blink

Implements the essential tag.

Apa itu Blink?

Blink adalah ekstensi Chrome yang dikembangkan oleh Blinky, dan fitur utamanya adalah "Implements the essential tag.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Blink

Unduh file ekstensi Blink 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

                        This extension implements the missing  tag, thereby finally bringing Chrome to feature parity with the popular Netscape Navigator.                    

Informasi Dasar Ekstensi

Nama Blink Blink
ID kmlnojkpcddgmeehpahahoddmndpndmh
URL Resmi https://chromewebstore.google.com/detail/blink/kmlnojkpcddgmeehpahahoddmndpndmh
Deskripsi Implements the essential tag.
Ukuran File 22.13 KB
Jumlah Instalasi 290
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-10-16
Tanggal Publikasi 2017-10-16
Pengembang Blinky
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blink",
    "description": "Implements the essential  tag.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "blink.js"
            ]
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}