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 |
| 公式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 |
| Eメール | [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"
]
}
]
} | |