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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zamfofex และคุณลักษณะหลักของมันคือ "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Support for the "blink" tag

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}