Blink

Implements the essential tag.

What is Blink?

Blink is a Chrome extension developed by Blinky, and its main feature is "Implements the essential tag.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Blink Extension CRX File

Download Blink extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Blink Blink
ID kmlnojkpcddgmeehpahahoddmndpndmh
Official URL https://chromewebstore.google.com/detail/blink/kmlnojkpcddgmeehpahahoddmndpndmh
Description Implements the essential tag.
File Size 22.13 KB
Installation Count 290
Current Version 1.0
Last Updated 2017-10-16
Publish Date 2017-10-16
Developer Blinky
Payment Type free
Supported Languages 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"
    }
}