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
官方網址 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
電子郵箱 [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
        }
    ]
}