Force Noto Sans CJK SC Medium
Use Noto Sans CJK SC Medium for Chinese (tested on Ubuntu only)
Vad är Force Noto Sans CJK SC Medium?
Force Noto Sans CJK SC Medium är en Chrome-tillägg utvecklad av Teman, och dess huvudfunktion är "Use Noto Sans CJK SC Medium for Chinese (tested on Ubuntu only)".
Ladda ner Force Noto Sans CJK SC Medium-förlängningens CRX-fil
Ladda ner Force Noto Sans CJK SC Medium-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Didn't use Normal size because the characters were not dark enough on my screen. Tested on Ubuntu only, to make it work on Windows, you may only install Noto Sans CJK SC Medium but not other Noto Sans fonts.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | ljahnopcdobjcicingfoaginnkpgmdjk |
Officiell webbadress | https://chrome.google.com/webstore/detail/force-noto-sans-cjk-sc-me/ljahnopcdobjcicingfoaginnkpgmdjk |
Beskrivning | Use Noto Sans CJK SC Medium for Chinese (tested on Ubuntu only) |
Filstorlek | 3.16 KB |
Antal Installationer | 99 |
Aktuell Version | 0.1.0.0 |
Senast Uppdaterad | 2014-12-12 |
Publiceringsdatum | 2014-12-12 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Teman |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "font.css" ], "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Use Noto Sans CJK SC Medium for Chinese (tested on Ubuntu only)", "name": "Force Noto Sans CJK SC Medium", "version": "0.1.0.0", "manifest_version": 2 } |