Noto sans font replacer

Replace chinese text font to noto sans regular font

Noto sans font replacer là gì?

Noto sans font replacer là một tiện ích mở rộng Chrome được phát triển bởi dmnk, và tính năng chính của nó là "Replace chinese text font to noto sans regular font".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Noto sans font replacer

Tải xuống các tệp mở rộng Noto sans font replacer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Noto sans font replacer Noto sans font replacer
ID jaleafeamhchdgeodjicmdekifacdjkh
URL Chính Thức https://chromewebstore.google.com/detail/noto-sans-font-replacer/jaleafeamhchdgeodjicmdekifacdjkh
Mô tả Replace chinese text font to noto sans regular font
Kích Thước Tệp 17.66 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2014-11-10
Ngày Phát Hành 2014-11-09
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển dmnk
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}