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
官方網址 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"
}