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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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