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
电子邮箱 [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
        }
    ]
}