Fix Chrome Underlining
This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…
Apa itu Fix Chrome Underlining?
Fix Chrome Underlining adalah ekstensi Chrome yang dikembangkan oleh https://r1ch.net, dan fitur utamanya adalah "This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…".
Unduh Berkas CRX Ekstensi Fix Chrome Underlining
Unduh file ekstensi Fix Chrome Underlining dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | haebmhfkidapephfmkapgdoebgfhlldh |
URL Resmi | https://chrome.google.com/webstore/detail/fix-chrome-underlining/haebmhfkidapephfmkapgdoebgfhlldh |
Deskripsi | This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires… |
Ukuran File | 5.97 KB |
Jumlah Instalasi | 110 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-02-08 |
Tanggal Publikasi | 2018-02-08 |
Penilaian | 4.33/5 Total 6 Penilaian |
Pengembang | https://r1ch.net |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |