Fix Chrome Underlining
This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…
What is Fix Chrome Underlining?
Fix Chrome Underlining is a Chrome extension developed by https://r1ch.net, and its main feature is "This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…".
Download Fix Chrome Underlining Extension CRX File
Download Fix Chrome Underlining extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | haebmhfkidapephfmkapgdoebgfhlldh |
Official URL | https://chrome.google.com/webstore/detail/fix-chrome-underlining/haebmhfkidapephfmkapgdoebgfhlldh |
Description | This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires… |
File Size | 5.97 KB |
Installation Count | 110 |
Current Version | 1.0 |
Last Updated | 2018-02-08 |
Publish Date | 2018-02-08 |
Rating | 4.33/5 Total 6 Ratings |
Developer | https://r1ch.net |
Payment Type | free |
Supported Languages | 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" } } |