No Per-Script Font!
Making Chinese Look Better by Turning Off Per-Script Font in Chinese Locales
Was ist No Per-Script Font!?
No Per-Script Font! ist eine Chrome-Erweiterung, die von yorkxin entwickelt wurde, und ihr Hauptmerkmal ist "Making Chinese Look Better by Turning Off Per-Script Font in Chinese Locales".
Erweiterungsscreenshots
No Per-Script Font!-Erweiterungs-CRX-Datei herunterladen
Laden Sie No Per-Script Font!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | No Per-Script Font! |
ID | lndmkajeoopejggihiomoaepinlhblmm |
Offizielle URL | https://chromewebstore.google.com/detail/no-per-script-font/lndmkajeoopejggihiomoaepinlhblmm |
Beschreibung | Making Chinese Look Better by Turning Off Per-Script Font in Chinese Locales |
Dateigröße | 38.97 KB |
Installationsanzahl | 5,000 |
Aktuelle Version | 0.4 |
Letztes Update | 2012-08-02 |
Veröffentlichungsdatum | 2012-08-02 |
Bewertung | 4.69/5 Insgesamt 71 Bewertungen |
Entwickler | yorkxin |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/chitsaou/no-per-script-font |
Unterstützte Sprachen | 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" ] } } |