Force MS Yahei Font Allowing Exceptions
Use MS Yahei font for all sites with exceptions that can be user-defined.
Force MS Yahei Font Allowing Exceptionsคืออะไร?
Force MS Yahei Font Allowing Exceptions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://herohuyongtao.blogspot.com และคุณลักษณะหลักของมันคือ "Use MS Yahei font for all sites with exceptions that can be user-defined."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Force MS Yahei Font Allowing Exceptions
ดาวน์โหลดไฟล์ส่วนขยาย Force MS Yahei Font Allowing Exceptions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Force MS Yahei Font Allowing Exceptions |
ID | dplldmamfgeklcbmjehjajfbafeimjaf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/force-ms-yahei-font-allow/dplldmamfgeklcbmjehjajfbafeimjaf |
คำอธิบาย | Use MS Yahei font for all sites with exceptions that can be user-defined. |
ขนาดไฟล์ | 37.51 KB |
จำนวนการติดตั้ง | 98 |
เวอร์ชันปัจจุบัน | 7.0.0 |
อัปเดตครั้งล่าสุด | 2019-12-26 |
วันที่เผยแพร่ | 2019-12-23 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://herohuyongtao.blogspot.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gitlab.com/herohuyongtao/force-msyahei-for-chrome |
URL หน้าช่วยเหลือ | https://gitlab.com/herohuyongtao/force-msyahei-for-chrome/issues |
ภาษาที่รองรับ | 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 } } |