Force MS Yahei Font Allowing Exceptions
Use MS Yahei font for all sites with exceptions that can be user-defined.
Wat is Force MS Yahei Font Allowing Exceptions?
Force MS Yahei Font Allowing Exceptions is een Chrome-extensie ontwikkeld door https://herohuyongtao.blogspot.com, en de belangrijkste functie is "Use MS Yahei font for all sites with exceptions that can be user-defined.".
Extensie Screenshots
Download het CRX-bestand van de extensie Force MS Yahei Font Allowing Exceptions
Download Force MS Yahei Font Allowing Exceptions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | Force MS Yahei Font Allowing Exceptions |
ID | dplldmamfgeklcbmjehjajfbafeimjaf |
Officiële URL | https://chromewebstore.google.com/detail/force-ms-yahei-font-allow/dplldmamfgeklcbmjehjajfbafeimjaf |
Beschrijving | Use MS Yahei font for all sites with exceptions that can be user-defined. |
Bestandsgrootte | 37.51 KB |
Aantal Installaties | 98 |
Huidige Versie | 7.0.0 |
Laatst Bijgewerkt | 2019-12-26 |
Publicatiedatum | 2019-12-23 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://herohuyongtao.blogspot.com |
Betalingswijze | free |
Extensiewebsite | https://gitlab.com/herohuyongtao/force-msyahei-for-chrome |
Help Pagina-URL | https://gitlab.com/herohuyongtao/force-msyahei-for-chrome/issues |
Ondersteunde Talen | 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 } } |