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"
    }
}