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 là gì?

Support for the "blink" tag là một tiện ích mở rộng Chrome được phát triển bởi zamfofex, và tính năng chính của nó là "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!".

Tải xuống tệp CRX của tiện ích mở rộng Support for the "blink" tag

Tải xuống các tệp mở rộng Support for the "blink" tag dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Support for the Support for the "blink" tag
ID ogekfeglnnokbeehfnilhbgfponmjmlo
URL Chính Thức https://chromewebstore.google.com/detail/support-for-the-blink-tag/ogekfeglnnokbeehfnilhbgfponmjmlo
Mô tả Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!
Kích Thước Tệp 4.21 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2015-04-08
Ngày Phát Hành 2015-04-08
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển zamfofex
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}