Noto sans font replacer

Replace chinese text font to noto sans regular font

什么是Noto sans font replacer?

Noto sans font replacer是由dmnk开发的Chrome扩展程序,该扩展的主要功能是“Replace chinese text font to noto sans regular font”。

扩展截图

screenshot
screenshot

下载Noto sans font replacer扩展crx文件

下载Noto sans font replacer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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。                    

扩展基本信息

名称 Noto sans font replacer Noto sans font replacer
ID jaleafeamhchdgeodjicmdekifacdjkh
官方URL https://chromewebstore.google.com/detail/noto-sans-font-replacer/jaleafeamhchdgeodjicmdekifacdjkh
简介 Replace chinese text font to noto sans regular font
文件大小 17.66 KB
安装次数 117
当前版本 0.0.0.1
更新时间 2014-11-10
上架时间 2014-11-09
评分 5.00/5 共7次评分
开发者 dmnk
付费类型 free
支持的语言 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"
}