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!是由yorkxin開發的Chrome擴展程式,該擴展的主要功能是“Making Chinese Look Better by Turning Off Per-Script Font in Chinese Locales”。
擴展截圖
下載No Per-Script Font!擴展crx文件
下載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 |
官方網址 | 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" ] } } |