Support for the "blink" tag

Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!

O que é Support for the "blink" tag?

Support for the "blink" tag é uma extensão do Chrome desenvolvida por zamfofex, e sua principal característica é "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!".

Baixar o arquivo CRX da Extensão Support for the "blink" tag

Baixe arquivos de extensão Support for the "blink" tag no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Support for the Support for the "blink" tag
ID ogekfeglnnokbeehfnilhbgfponmjmlo
URL Oficial https://chromewebstore.google.com/detail/support-for-the-blink-tag/ogekfeglnnokbeehfnilhbgfponmjmlo
Descrição Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!
Tamanho do Arquivo 4.21 KB
Contagem de Instalações 65
Versão Atual 1.0.1
Última Atualização 2015-04-08
Data de Publicação 2015-04-08
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor zamfofex
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}