Force Microsoft Yahei Font
Use WenQuanYi Micro Hei / Microsoft Yahei Chinese Font for all site
Apa itu Force Microsoft Yahei Font?
Force Microsoft Yahei Font adalah ekstensi Chrome yang dikembangkan oleh Shellexy, dan fitur utamanya adalah "Use WenQuanYi Micro Hei / Microsoft Yahei Chinese Font for all site".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Force Microsoft Yahei Font
Unduh file ekstensi Force Microsoft Yahei Font 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
Use WenQuanYi Micro Hei / Microsoft Yahei Chinese Font for all site. 强制让 Chrome 使用微软雅黑/文泉驿微米黑(而不是点阵宋体)显示网页。 安装即用,不像 Stylish 之类全能样式扩展那样需要额外费心设置, 由于是指定 CSS,而非 JavaScript 遍历 DOM 修改样式,所以不占扩展进程,无须等待页面载入并修改重绘,不增加额外开销。 缺点和其他浏览器强制字体一样,webfont 和定义了衬线体的网页可能会失效,不过我已经把选择器改为 :not([class*=icon]) 来避免修改图标字体。 目前的 CSS 样式是: :not([class*=icon]) { font-family: "Droid Sans Fallback", "WenQuanYi Micro Hei", "Microsoft Yahei", "Noto Sans CJK", "Tahoma", sans-serif, "Simsun" !important; }
Informasi Dasar Ekstensi
Nama | Force Microsoft Yahei Font |
ID | ojlocjfaheiilmgjdgnoehhdigfedhjl |
URL Resmi | https://chromewebstore.google.com/detail/force-microsoft-yahei-fon/ojlocjfaheiilmgjdgnoehhdigfedhjl |
Deskripsi | Use WenQuanYi Micro Hei / Microsoft Yahei Chinese Font for all site |
Ukuran File | 9.09 KB |
Jumlah Instalasi | 5,453 |
Versi Saat Ini | 0.2.4 |
Terakhir Diperbarui | 2020-02-18 |
Tanggal Publikasi | 2020-02-18 |
Penilaian | 4.52/5 Total 213 Penilaian |
Pengembang | Shellexy |
Tipe Pembayaran | free |
Situs Ekstensi | https://bitbucket.org/shellexy/chrome-force-microsoft-yahei-font/ |
URL Halaman Bantuan | https://bitbucket.org/shellexy/chrome-force-microsoft-yahei-font/issues?status=new&status=open |
Bahasa yang Didukung | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Force Microsoft Yahei Font", "description": "Use WenQuanYi Micro Hei \/ Microsoft Yahei Chinese Font for all site", "version": "0.2.4", "manifest_version": 2, "icons": { "128": "icon128.png", "19": "icon19.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "font.css" ] } ] } |