Force MS Yahei Font Allowing Exceptions
Use MS Yahei font for all sites with exceptions that can be user-defined.
What is Force MS Yahei Font Allowing Exceptions?
Force MS Yahei Font Allowing Exceptions is a Chrome extension developed by https://herohuyongtao.blogspot.com, and its main feature is "Use MS Yahei font for all sites with exceptions that can be user-defined.".
Extension Screenshots
Download Force MS Yahei Font Allowing Exceptions Extension CRX File
Download Force MS Yahei Font Allowing Exceptions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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".
Extension Basic Information
Name | Force MS Yahei Font Allowing Exceptions |
ID | dplldmamfgeklcbmjehjajfbafeimjaf |
Official URL | https://chromewebstore.google.com/detail/force-ms-yahei-font-allow/dplldmamfgeklcbmjehjajfbafeimjaf |
Description | Use MS Yahei font for all sites with exceptions that can be user-defined. |
File Size | 37.51 KB |
Installation Count | 98 |
Current Version | 7.0.0 |
Last Updated | 2019-12-26 |
Publish Date | 2019-12-23 |
Rating | 4.33/5 Total 6 Ratings |
Developer | https://herohuyongtao.blogspot.com |
Payment Type | free |
Extension Website | https://gitlab.com/herohuyongtao/force-msyahei-for-chrome |
Help Page URL | https://gitlab.com/herohuyongtao/force-msyahei-for-chrome/issues |
Supported Languages | 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 } } |