Hello雅黑
将页面的中文字体替换为更美观的微软雅黑字体,部分英文替换为效果较好的Segoe UI,by Longhore
Hello雅黑とは何ですか?
Hello雅黑はlonghoregによって開発されたChromeの拡張機能で、その主な機能は「将页面的中文字体替换为更美观的微软雅黑字体,部分英文替换为效果较好的Segoe UI,by Longhore」です。
拡張機能のスクリーンショット
Hello雅黑拡張機能のCRXファイルをダウンロード
Hello雅黑拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
关于本扩展 1、替换【中文字体】为【微软雅黑】; 2、替换【英文字体】为效果较好的【Segoe UI】; 3、 拡張機能の基本情報
| 名前 | |
| ID | allahbfbjenjbgjihmjnjcafiebdjgck |
| 公式URL | https://chromewebstore.google.com/detail/hello%E9%9B%85%E9%BB%91/allahbfbjenjbgjihmjnjcafiebdjgck |
| 説明 | 将页面的中文字体替换为更美观的微软雅黑字体,部分英文替换为效果较好的Segoe UI,by Longhore |
| ファイルサイズ | 23.54 KB |
| インストール数 | 1,851 |
| 現在のバージョン | 0.2.7 |
| 最終更新日 | 2016-04-01 |
| 公開日 | 2016-04-01 |
| 評価 | 4.68/5 合計 40 レビュー |
| 開発者 | longhoreg |
| 支払い方法 | free |
| 対応言語 | zh-CN |
| manifest.json | |
{
"name": "Hello\u96c5\u9ed1",
"version": "0.2.7",
"description": "\u5c06\u9875\u9762\u7684\u4e2d\u6587\u5b57\u4f53\u66ff\u6362\u4e3a\u66f4\u7f8e\u89c2\u7684\u5fae\u8f6f\u96c5\u9ed1\u5b57\u4f53\uff0c\u90e8\u5206\u82f1\u6587\u66ff\u6362\u4e3a\u6548\u679c\u8f83\u597d\u7684Segoe UI\uff0cby Longhore",
"manifest_version": 2,
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"css": [
"font.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |