MC Font

Changes all of your fonts to the Minecraft font for a pleasant browing experience

什么是MC Font?

MC Font是由Dioxazine Studios开发的Chrome扩展程序,该扩展的主要功能是“Changes all of your fonts to the Minecraft font for a pleasant browing experience”。

扩展截图

screenshot

下载MC Font扩展crx文件

下载MC Font扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Loads your page up with some custom CSS to change all of your page font to Minecraft's font, without breaking any icons!                    

扩展基本信息

名称 MC Font MC Font
ID cbalmjjocijknohgiekiabbnagakcdin
官方URL https://chromewebstore.google.com/detail/mc-font/cbalmjjocijknohgiekiabbnagakcdin
简介 Changes all of your fonts to the Minecraft font for a pleasant browing experience
文件大小 80.24 KB
安装次数 59
当前版本 1.0.0
更新时间 2023-09-05
上架时间 2023-09-04
开发者 Dioxazine Studios
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MC Font",
    "description": "Changes all of your fonts to the Minecraft font for a pleasant browing experience",
    "version": "1.0.0",
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "background.css"
            ]
        }
    ]
}