Noto sans font replacer

Replace chinese text font to noto sans regular font

Noto sans font replacer क्या है?

Noto sans font replacer dmnk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace chinese text font to noto sans regular font"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Noto sans font replacer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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