Force MS Yahei Font Allowing Exceptions
Use MS Yahei font for all sites with exceptions that can be user-defined.
Apa itu Force MS Yahei Font Allowing Exceptions?
Force MS Yahei Font Allowing Exceptions adalah ekstensi Chrome yang dikembangkan oleh https://herohuyongtao.blogspot.com, dan fitur utamanya adalah "Use MS Yahei font for all sites with exceptions that can be user-defined.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Force MS Yahei Font Allowing Exceptions
Unduh file ekstensi Force MS Yahei Font Allowing Exceptions 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 Chrome plugin will enable you to force using Microsoft Yahei font for all webistes allowing exceptions. These exceptions can be user defined in "Options".
Informasi Dasar Ekstensi
Nama | Force MS Yahei Font Allowing Exceptions |
ID | dplldmamfgeklcbmjehjajfbafeimjaf |
URL Resmi | https://chromewebstore.google.com/detail/force-ms-yahei-font-allow/dplldmamfgeklcbmjehjajfbafeimjaf |
Deskripsi | Use MS Yahei font for all sites with exceptions that can be user-defined. |
Ukuran File | 37.51 KB |
Jumlah Instalasi | 98 |
Versi Saat Ini | 7.0.0 |
Terakhir Diperbarui | 2019-12-26 |
Tanggal Publikasi | 2019-12-23 |
Penilaian | 4.33/5 Total 6 Penilaian |
Pengembang | https://herohuyongtao.blogspot.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://gitlab.com/herohuyongtao/force-msyahei-for-chrome |
URL Halaman Bantuan | https://gitlab.com/herohuyongtao/force-msyahei-for-chrome/issues |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Force MS Yahei Font Allowing Exceptions", "description": "Use MS Yahei font for all sites with exceptions that can be user-defined.", "version": "7.0.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "font.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "font.css" ], "permissions": [ "storage" ], "options_ui": { "page": "options\/index.html", "chrome_style": true } } |