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”。
擴展截圖
下載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! 擴展基本資訊
| 名稱 | |
| ID | cbalmjjocijknohgiekiabbnagakcdin |
| 官方網址 | 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"
]
}
]
} | |