Fix Chrome Underlining

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

Co to jest Fix Chrome Underlining?

Fix Chrome Underlining to rozszerzenie Chrome opracowane przez https://r1ch.net, a jego główną funkcją jest „This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…”.

Pobierz plik CRX rozszerzenia Fix Chrome Underlining

Pobierz pliki rozszerzeń Fix Chrome Underlining w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fix Chrome Underlining Fix Chrome Underlining
ID haebmhfkidapephfmkapgdoebgfhlldh
Oficjalny URL https://chrome.google.com/webstore/detail/fix-chrome-underlining/haebmhfkidapephfmkapgdoebgfhlldh
Opis This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…
Rozmiar pliku 5.97 KB
Liczba instalacji 110
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-02-08
Data Publikacji 2018-02-08
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper https://r1ch.net
Typ Płatności free
Obsługiwane Języki 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"
    }
}