Fix Chrome Underlining

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

Vad är Fix Chrome Underlining?

Fix Chrome Underlining är en Chrome-tillägg utvecklad av https://r1ch.net, och dess huvudfunktion är "This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…".

Ladda ner Fix Chrome Underlining-förlängningens CRX-fil

Ladda ner Fix Chrome Underlining-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Fix Chrome Underlining Fix Chrome Underlining
ID haebmhfkidapephfmkapgdoebgfhlldh
Officiell webbadress https://chrome.google.com/webstore/detail/fix-chrome-underlining/haebmhfkidapephfmkapgdoebgfhlldh
Beskrivning This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…
Filstorlek 5.97 KB
Antal Installationer 110
Aktuell Version 1.0
Senast Uppdaterad 2018-02-08
Publiceringsdatum 2018-02-08
Betyg 4.33/5 Totalt 6 Betyg
Utvecklare https://r1ch.net
Betalningssätt free
Stödda Språk 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"
    }
}