Fix Chrome Underlining

This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…

O que é Fix Chrome Underlining?

Fix Chrome Underlining é uma extensão do Chrome desenvolvida por https://r1ch.net, e sua principal característica é "This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…".

Baixar o arquivo CRX da Extensão Fix Chrome Underlining

Baixe arquivos de extensão Fix Chrome Underlining 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

                        This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none).

It requires permission for all websites to inject the CSS. The extension will never be sold or modified beyond this release.                    

Informações Básicas da Extensão

Nome Fix Chrome Underlining Fix Chrome Underlining
ID haebmhfkidapephfmkapgdoebgfhlldh
URL Oficial https://chrome.google.com/webstore/detail/fix-chrome-underlining/haebmhfkidapephfmkapgdoebgfhlldh
Descrição This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…
Tamanho do Arquivo 5.97 KB
Contagem de Instalações 110
Versão Atual 1.0
Última Atualização 2018-02-08
Data de Publicação 2018-02-08
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor https://r1ch.net
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Chrome Underlining",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}