Hello雅黑
将页面的中文字体替换为更美观的微软雅黑字体,部分英文替换为效果较好的Segoe UI,by Longhore
What is Hello雅黑?
Hello雅黑 is a Chrome extension developed by longhoreg, and its main feature is "将页面的中文字体替换为更美观的微软雅黑字体,部分英文替换为效果较好的Segoe UI,by Longhore".
Extension Screenshots
Download Hello雅黑 Extension CRX File
Download Hello雅黑 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
关于本扩展 1、替换【中文字体】为【微软雅黑】; 2、替换【英文字体】为效果较好的【Segoe UI】; 3、
Extension Basic Information
Name | Hello雅黑 |
ID | allahbfbjenjbgjihmjnjcafiebdjgck |
Official URL | https://chromewebstore.google.com/detail/hello%E9%9B%85%E9%BB%91/allahbfbjenjbgjihmjnjcafiebdjgck |
Description | 将页面的中文字体替换为更美观的微软雅黑字体,部分英文替换为效果较好的Segoe UI,by Longhore |
File Size | 23.54 KB |
Installation Count | 1,851 |
Current Version | 0.2.7 |
Last Updated | 2016-04-01 |
Publish Date | 2016-04-01 |
Rating | 4.68/5 Total 40 Ratings |
Developer | longhoreg |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } ] } |