Fix Chrome Underlining

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

Cos'è Fix Chrome Underlining?

Fix Chrome Underlining è un'estensione di Chrome sviluppata da https://r1ch.net, e la sua funzione principale è "This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…".

Scarica il file CRX dell'estensione Fix Chrome Underlining

Scarica i file di estensione Fix Chrome Underlining in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Fix Chrome Underlining Fix Chrome Underlining
ID haebmhfkidapephfmkapgdoebgfhlldh
URL Ufficiale https://chrome.google.com/webstore/detail/fix-chrome-underlining/haebmhfkidapephfmkapgdoebgfhlldh
Descrizione This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…
Dimensione del File 5.97 KB
Conteggio Installazioni 110
Versione Corrente 1.0
Ultimo Aggiornamento 2018-02-08
Data di Pubblicazione 2018-02-08
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore https://r1ch.net
Tipo di Pagamento free
Lingue Supportate 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"
    }
}