Blink

Implements the essential tag.

什么是Blink?

Blink是由Blinky开发的Chrome扩展程序,该扩展的主要功能是“Implements the essential tag.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Blink扩展crx文件

下载Blink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Blink Blink
ID kmlnojkpcddgmeehpahahoddmndpndmh
官方URL https://chromewebstore.google.com/detail/blink/kmlnojkpcddgmeehpahahoddmndpndmh
简介 Implements the essential tag.
文件大小 22.13 KB
安装次数 290
当前版本 1.0
更新时间 2017-10-16
上架时间 2017-10-16
开发者 Blinky
付费类型 free
支持的语言 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"
    }
}