字体换成苹方

字体换成苹方

What is 字体换成苹方?

字体换成苹方 is a Chrome extension developed by Jiang Lei, and its main feature is "字体换成苹方".

Extension Screenshots

screenshot

Download 字体换成苹方 Extension CRX File

Download 字体换成苹方 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        通过本插件可以将浏览器中文字体都改为苹方(需要在操作系统独立安装苹方字体)

苹方字体在WINDOWS下,配合Mactype(https://github.com/snowie2000/mactype)使用效果更佳。

建议使用CentBrowser浏览器,关闭DirectWrite功能后安装本插件。

本代码主要参考了一个日文扩展“強制メイリオちゃん MSゴシック置き換え版”,感谢原作者。                    

Extension Basic Information

Name 字体换成苹方 字体换成苹方
ID pogfdgfepibcifimpojbacaolamhbjde
Official URL https://chromewebstore.google.com/detail/%E5%AD%97%E4%BD%93%E6%8D%A2%E6%88%90%E8%8B%B9%E6%96%B9/pogfdgfepibcifimpojbacaolamhbjde
Description 字体换成苹方
File Size 20.65 KB
Installation Count 841
Current Version 1.2.0
Last Updated 2024-02-06
Publish Date 2020-01-09
Rating 5.00/5 Total 3 Ratings
Developer Jiang Lei
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/PingFang.css"
            ],
            "exclude_globs": [],
            "matches": [
                ""
            ]
        }
    ],
    "description": "\u5b57\u4f53\u6362\u6210\u82f9\u65b9",
    "name": "\u5b57\u4f53\u6362\u6210\u82f9\u65b9",
    "version": "1.2.0",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "128.png"
    }
}