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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Support for the "blink" tag एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}