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
官方網址 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"
    }
}