Fix Chrome Underlining

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

Fix Chrome Underliningとは何ですか?

Fix Chrome Underliningはhttps://r1ch.netによって開発されたChromeの拡張機能で、その主な機能は「This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…」です。

Fix Chrome Underlining拡張機能のCRXファイルをダウンロード

Fix Chrome Underlining拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Fix Chrome Underlining Fix Chrome Underlining
ID haebmhfkidapephfmkapgdoebgfhlldh
公式URL https://chrome.google.com/webstore/detail/fix-chrome-underlining/haebmhfkidapephfmkapgdoebgfhlldh
説明 This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…
ファイルサイズ 5.97 KB
インストール数 110
現在のバージョン 1.0
最終更新日 2018-02-08
公開日 2018-02-08
評価 4.33/5 合計 6 レビュー
開発者 https://r1ch.net
支払い方法 free
対応言語 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"
    }
}