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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://r1ch.net และคุณลักษณะหลักของมันคือ "This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fix Chrome Underlining
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |