Fix Chrome Underlining

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

Co je Fix Chrome Underlining?

Fix Chrome Underlining je rozšíření Chrome vyvinuté https://r1ch.net, a jeho hlavní funkcí je „This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…“.

Stáhnout soubor CRX rozšíření Fix Chrome Underlining

Stáhněte si soubory rozšíření Fix Chrome Underlining ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Fix Chrome Underlining Fix Chrome Underlining
ID haebmhfkidapephfmkapgdoebgfhlldh
Oficiální URL https://chrome.google.com/webstore/detail/fix-chrome-underlining/haebmhfkidapephfmkapgdoebgfhlldh
Popis This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…
Velikost souboru 5.97 KB
Počet instalací 110
Aktuální Verze 1.0
Poslední Aktualizace 2018-02-08
Datum Vydání 2018-02-08
Hodnocení 4.33/5 Celkem 6 Hodnocení
Vývojář https://r1ch.net
Typ Platby free
Podporované Jazyky 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"
    }
}