Noto sans font replacer

Replace chinese text font to noto sans regular font

What is Noto sans font replacer?

Noto sans font replacer is a Chrome extension developed by dmnk, and its main feature is "Replace chinese text font to noto sans regular font".

Extension Screenshots

screenshot
screenshot

Download Noto sans font replacer Extension CRX File

Download Noto sans font replacer 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

                        This extension can replace chinese font into noto sans.
Refer:https://chrome.google.com/webstore/detail/%E6%9B%BF%E6%8D%A2%E5%AD%97%E4%BD%93%E7%9A%84%E4%B8%AD%E6%96%87%E9%83%A8%E5%88%86%E4%B8%BA%E9%9B%85%E9%BB%91/enpkigfhoabjjjonanmddidnnahopmcn

2014-11-10 0.0.0.1,initial release。                    

Extension Basic Information

Name Noto sans font replacer Noto sans font replacer
ID jaleafeamhchdgeodjicmdekifacdjkh
Official URL https://chromewebstore.google.com/detail/noto-sans-font-replacer/jaleafeamhchdgeodjicmdekifacdjkh
Description Replace chinese text font to noto sans regular font
File Size 17.66 KB
Installation Count 117
Current Version 0.0.0.1
Last Updated 2014-11-10
Publish Date 2014-11-09
Rating 5.00/5 Total 7 Ratings
Developer dmnk
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/2yahei.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "__MSG_despName__",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "default_locale": "en"
}