Force MS Yahei Font Allowing Exceptions
Use MS Yahei font for all sites with exceptions that can be user-defined.
Qu'est-ce que Force MS Yahei Font Allowing Exceptions ?
Force MS Yahei Font Allowing Exceptions est une extension Chrome développée par https://herohuyongtao.blogspot.com, et sa fonction principale est "Use MS Yahei font for all sites with exceptions that can be user-defined.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Force MS Yahei Font Allowing Exceptions
Téléchargez les fichiers d'extension Force MS Yahei Font Allowing Exceptions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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".
Informations de Base sur l'Extension
Nom | Force MS Yahei Font Allowing Exceptions |
ID | dplldmamfgeklcbmjehjajfbafeimjaf |
URL Officiel | 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. |
Taille du Fichier | 37.51 KB |
Nombre d'Installations | 98 |
Version Actuelle | 7.0.0 |
Dernière Mise à Jour | 2019-12-26 |
Date de Publication | 2019-12-23 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | https://herohuyongtao.blogspot.com |
Type de Paiement | free |
Site Web de l'Extension | https://gitlab.com/herohuyongtao/force-msyahei-for-chrome |
URL de la Page d'Aide | https://gitlab.com/herohuyongtao/force-msyahei-for-chrome/issues |
Langues Prises en Charge | 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 } } |