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