Fix Chrome Underlining
This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…
Fix Chrome Underlining là gì?
Fix Chrome Underlining là một tiện ích mở rộng Chrome được phát triển bởi https://r1ch.net, và tính năng chính của nó là "This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…".
Tải xuống tệp CRX của tiện ích mở rộng Fix Chrome Underlining
Tải xuống các tệp mở rộng Fix Chrome Underlining dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | haebmhfkidapephfmkapgdoebgfhlldh |
URL Chính Thức | https://chrome.google.com/webstore/detail/fix-chrome-underlining/haebmhfkidapephfmkapgdoebgfhlldh |
Mô tả | This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires… |
Kích Thước Tệp | 5.97 KB |
Số Lần Cài Đặt | 110 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-02-08 |
Ngày Phát Hành | 2018-02-08 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://r1ch.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |