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"
    }
}