No Per-Script Font!
Making Chinese Look Better by Turning Off Per-Script Font in Chinese Locales
No Per-Script Font!คืออะไร?
No Per-Script Font! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yorkxin และคุณลักษณะหลักของมันคือ "Making Chinese Look Better by Turning Off Per-Script Font in Chinese Locales"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Per-Script Font!
ดาวน์โหลดไฟล์ส่วนขยาย No Per-Script Font! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
As of Chrome 18, fonts are determined by writing scripts -- specifically, according to the `lang` attributes of elements. For example, zh-cn and zh-tw will be rendered with different fonts because they're different scripts. In addition, the selected font will be applied on Latin characters, and usually, Latin characters in Chinese fonts are really ugly. This extension turns off per-script font in Traditional Chinese and Simplified Chinese, and have your operating system determine which font to use. You need Chrome 22 or above to install this extension. If you have 21 or less, please visit https://github.com/chitsaou/no-per-script-font and download versions for Chrome 21 and 20. It does not auto-update, so once it doesn't work anymore, that means your Chrome has upgraded to version 22, then you can uninstall it, and install again from Web Store.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | No Per-Script Font! |
ID | lndmkajeoopejggihiomoaepinlhblmm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/no-per-script-font/lndmkajeoopejggihiomoaepinlhblmm |
คำอธิบาย | Making Chinese Look Better by Turning Off Per-Script Font in Chinese Locales |
ขนาดไฟล์ | 38.97 KB |
จำนวนการติดตั้ง | 5,000 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2012-08-02 |
วันที่เผยแพร่ | 2012-08-02 |
คะแนน | 4.69/5 รวมทั้งหมด 71 คะแนน |
ผู้พัฒนา | yorkxin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/chitsaou/no-per-script-font |
ภาษาที่รองรับ | en,zh-TW |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "0.4", "manifest_version": 2, "minimum_chrome_version": "22.0", "icons": { "128": "icons\/icon-128.png", "96": "icons\/icon-96.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "permissions": [ "fontSettings" ], "background": { "scripts": [ "background.js" ] } } |