MC Font
Changes all of your fonts to the Minecraft font for a pleasant browing experience
Hvad er MC Font?
MC Font er en Chrome-udvidelse udviklet af Dioxazine Studios, og dens hovedfunktion er "Changes all of your fonts to the Minecraft font for a pleasant browing experience".
Udvidelsesskærmbilleder
Download MC Font-udvidelses-CRX-fil
Download MC Font-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Loads your page up with some custom CSS to change all of your page font to Minecraft's font, without breaking any icons! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cbalmjjocijknohgiekiabbnagakcdin |
| Officiel URL | https://chromewebstore.google.com/detail/mc-font/cbalmjjocijknohgiekiabbnagakcdin |
| Beskrivelse | Changes all of your fonts to the Minecraft font for a pleasant browing experience |
| Filstørrelse | 80.24 KB |
| Antal Installationer | 59 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2023-09-05 |
| Udgivelsesdato | 2023-09-04 |
| Udvikler | Dioxazine Studios |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |