Fix Chrome Underlining

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

Qu'est-ce que Fix Chrome Underlining ?

Fix Chrome Underlining est une extension Chrome développée par https://r1ch.net, et sa fonction principale est "This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…".

Télécharger le fichier CRX de l'extension Fix Chrome Underlining

Téléchargez les fichiers d'extension Fix Chrome Underlining au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Fix Chrome Underlining Fix Chrome Underlining
ID haebmhfkidapephfmkapgdoebgfhlldh
URL Officiel https://chrome.google.com/webstore/detail/fix-chrome-underlining/haebmhfkidapephfmkapgdoebgfhlldh
Description This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…
Taille du Fichier 5.97 KB
Nombre d'Installations 110
Version Actuelle 1.0
Dernière Mise à Jour 2018-02-08
Date de Publication 2018-02-08
Évaluation 4.33/5 Total 6 Évaluations
Développeur https://r1ch.net
Type de Paiement free
Langues Prises en Charge 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"
    }
}