Fix Chrome Underlining

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

¿Qué es Fix Chrome Underlining?

Fix Chrome Underlining es una extensión de Chrome desarrollada por https://r1ch.net, y su función principal es "This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…".

Descargar Archivo CRX de la Extensión Fix Chrome Underlining

Descarga archivos de extensión Fix Chrome Underlining en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Fix Chrome Underlining Fix Chrome Underlining
ID haebmhfkidapephfmkapgdoebgfhlldh
URL Oficial https://chrome.google.com/webstore/detail/fix-chrome-underlining/haebmhfkidapephfmkapgdoebgfhlldh
Descripción This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…
Tamaño del Archivo 5.97 KB
Cantidad de Instalaciones 110
Versión Actual 1.0
Última Actualización 2018-02-08
Fecha de Publicación 2018-02-08
Calificación 4.33/5 Total de 6 Calificaciones
Desarrollador https://r1ch.net
Tipo de Pago free
Idiomas Soportados 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"
    }
}