Support for the "blink" tag

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

Support for the "blink" tagとは何ですか?

Support for the "blink" tagはzamfofexによって開発されたChromeの拡張機能で、その主な機能は「Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!」です。

Support for the "blink" tag拡張機能のCRXファイルをダウンロード

Support for the "blink" tag拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Support for the Support for the "blink" tag
ID ogekfeglnnokbeehfnilhbgfponmjmlo
公式URL https://chromewebstore.google.com/detail/support-for-the-blink-tag/ogekfeglnnokbeehfnilhbgfponmjmlo
説明 Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!
ファイルサイズ 4.21 KB
インストール数 65
現在のバージョン 1.0.1
最終更新日 2015-04-08
公開日 2015-04-08
評価 5.00/5 合計 4 レビュー
開発者 zamfofex
Eメール [email protected]
支払い方法 free
対応言語 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
        }
    ]
}