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 هو إضافة Chrome تم تطويرها بواسطة https://herohuyongtao.blogspot.com، والميزة الرئيسية لها هي "Use MS Yahei font for all sites with exceptions that can be user-defined.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Force MS Yahei Font Allowing Exceptions
قم بتنزيل ملفات الامتداد Force MS Yahei Font Allowing Exceptions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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 |
عنوان صفحة المساعدة | 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 } } |