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"
}