Force MS Yahei Font Allowing Exceptions
Use MS Yahei font for all sites with exceptions that can be user-defined.
什麼是Force MS Yahei Font Allowing Exceptions?
Force MS Yahei Font Allowing Exceptions是由https://herohuyongtao.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Use MS Yahei font for all sites with exceptions that can be user-defined.”。
擴展截圖
下載Force MS Yahei Font Allowing Exceptions擴展crx文件
下載Force MS Yahei Font Allowing Exceptions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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".
擴展基本資訊
名稱 | Force MS Yahei Font Allowing Exceptions |
ID | dplldmamfgeklcbmjehjajfbafeimjaf |
官方網址 | https://chromewebstore.google.com/detail/force-ms-yahei-font-allow/dplldmamfgeklcbmjehjajfbafeimjaf |
簡介 | Use MS Yahei font for all sites with exceptions that can be user-defined. |
檔案大小 | 37.51 KB |
安裝次數 | 98 |
目前版本 | 7.0.0 |
更新時間 | 2019-12-26 |
上架時間 | 2019-12-23 |
評分 | 4.33/5 共 6 次評分 |
開發者 | https://herohuyongtao.blogspot.com |
付費類型 | free |
擴展官網 | https://gitlab.com/herohuyongtao/force-msyahei-for-chrome |
說明頁面URL | https://gitlab.com/herohuyongtao/force-msyahei-for-chrome/issues |
支援的語言 | 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 } } |