Nice Font Rendering

替换字体,渲染阴影,提升浏览体验。

What is Nice Font Rendering?

Nice Font Rendering is a Chrome extension developed by Neko7ina, and its main feature is "替换字体,渲染阴影,提升浏览体验。".

Download Nice Font Rendering Extension CRX File

Download Nice Font Rendering 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

                        请配合Google的Advanced Font Settings使用:
Proportional fonts全选择“微软雅黑”
Fixed-width fonts选择“Consolas”                    

Extension Basic Information

Name Nice Font Rendering Nice Font Rendering
ID abckkbljlkmakdmkooknlpaboakjchle
Official URL https://chrome.google.com/webstore/detail/nice-font-rendering/abckkbljlkmakdmkooknlpaboakjchle
Description 替换字体,渲染阴影,提升浏览体验。
File Size 7.81 KB
Installation Count 342
Current Version 1.0
Last Updated 2017-11-11
Publish Date 2017-11-11
Rating 5.00/5 Total 6 Ratings
Developer Neko7ina
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nice Font Rendering",
    "version": "1.0",
    "description": "\u66ff\u6362\u5b57\u4f53\uff0c\u6e32\u67d3\u9634\u5f71\uff0c\u63d0\u5347\u6d4f\u89c8\u4f53\u9a8c\u3002",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "NFRmain.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.bilibili.com\/*"
            ],
            "css": [
                "NFRspecial.css"
            ]
        }
    ]
}