Perfect YaHei

Force the use of “Microsoft YaHei” font for CJK text (though Chinese/Japanese/Korean text is not very useful for foreign users).

ما هو Perfect YaHei؟

Perfect YaHei هو إضافة Chrome تم تطويرها بواسطة Jak Wings، والميزة الرئيسية لها هي "Force the use of “Microsoft YaHei” font for CJK text (though Chinese/Japanese/Korean text is not very useful for foreign users).".

تحميل ملف CRX للإضافة Perfect YaHei

قم بتنزيل ملفات الامتداد Perfect YaHei بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Feature Summary:
1. Use the “Microsoft YaHei” font for all Chinese/Japanese/Korean characters. (font file not included in the extension)
2. Non-CJK characters are not affected unless they share the same font with the CJK characters.
3. If “Microsoft YaHei” is not available, it will fall back to “WenQuenYi Micro Hei”, then to “Droid Sans Fallback”.

v3.4.3
•Avoid common monospace fonts for coding.
•Be compatible with youziku.com and justfont.com.
v3.4.2
•Coverage of multiple font-weights for all fonts.
v3.4.1
•Fix: Blurred bold fonts.
•Transform full-width punctuation.
v3.4.0
•Some optimizations.
v3.3.0
•Be compatible with “阿里巴巴图标字体” on tmall.com
•Remove “Droid Sans Fallback.ttf” from this extension.
v3.2.1
•Fix: Non-CJK fonts were not handled properly.
v3.2.0
•Fix: Embedded webpages were not affected.
•Check web fonts more carefully.
v3.1.0
•Update “Droid Sans Fallback”.
•Use “Wenquanyi Micro Hei” as a fallback font before “Droid Sans Fallback”.
v3.0.0
•Advanced: Map the CJK region of all non-CJK fonts in the original operationg system to “Microsoft YaHei”.
•Non-CJK characters are not affected.

v2.0.1
•Amend the description of the simplified Chinese version.
v2.0.0
•Now only CJK fonts will be replaced with “Microsoft YaHei”. Besides, if your computer doesn't have this font, it will use “Droid Sans Fallback” installed with this extension.

v1.x.x
Dead.                    

معلومات أساسية عن التمديد

الاسم Perfect YaHei Perfect YaHei
ID jjeknnigbkhhilfjhoijbddeaihdpmdi
عنوان URL الرسمي https://chromewebstore.google.com/detail/perfect-yahei/jjeknnigbkhhilfjhoijbddeaihdpmdi
الوصف Force the use of “Microsoft YaHei” font for CJK text (though Chinese/Japanese/Korean text is not very useful for foreign users).
حجم الملف 19.37 KB
عدد التثبيتات 8,000
النسخة الحالية 3.4.3.1
آخر تحديث 2017-09-15
تاريخ النشر 2017-09-15
تقييم 4.54/5 مجموع تقييمات 89
المطور Jak Wings
نوع الدفع free
اللغات المدعومة en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "31",
    "version": "3.4.3.1",
    "name": "__MSG_EXT_NAME__",
    "short_name": "__MSG_EXT_SHORT_NAME__",
    "default_locale": "zh_CN",
    "description": "__MSG_EXT_DESCRIPTION__",
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "custom.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.youziku.com\/*",
                "*:\/\/*.justfont.com\/*"
            ],
            "js": [
                "custom.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}