Noto sans font replacer

Replace chinese text font to noto sans regular font

Apa itu Noto sans font replacer?

Noto sans font replacer adalah ekstensi Chrome yang dikembangkan oleh dmnk, dan fitur utamanya adalah "Replace chinese text font to noto sans regular font".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Noto sans font replacer

Unduh file ekstensi Noto sans font replacer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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。                    

Informasi Dasar Ekstensi

Nama Noto sans font replacer Noto sans font replacer
ID jaleafeamhchdgeodjicmdekifacdjkh
URL Resmi https://chromewebstore.google.com/detail/noto-sans-font-replacer/jaleafeamhchdgeodjicmdekifacdjkh
Deskripsi Replace chinese text font to noto sans regular font
Ukuran File 17.66 KB
Jumlah Instalasi 117
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2014-11-10
Tanggal Publikasi 2014-11-09
Penilaian 5.00/5 Total 7 Penilaian
Pengembang dmnk
Tipe Pembayaran free
Bahasa yang Didukung 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"
}