MC Font

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

Was ist MC Font?

MC Font ist eine Chrome-Erweiterung, die von Dioxazine Studios entwickelt wurde, und ihr Hauptmerkmal ist "Changes all of your fonts to the Minecraft font for a pleasant browing experience".

Erweiterungsscreenshots

screenshot

MC Font-Erweiterungs-CRX-Datei herunterladen

Laden Sie MC Font-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name MC Font MC Font
ID cbalmjjocijknohgiekiabbnagakcdin
Offizielle URL https://chromewebstore.google.com/detail/mc-font/cbalmjjocijknohgiekiabbnagakcdin
Beschreibung Changes all of your fonts to the Minecraft font for a pleasant browing experience
Dateigröße 80.24 KB
Installationsanzahl 59
Aktuelle Version 1.0.0
Letztes Update 2023-09-05
Veröffentlichungsdatum 2023-09-04
Entwickler Dioxazine Studios
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}