Force MS Yahei Font Allowing Exceptions

Use MS Yahei font for all sites with exceptions that can be user-defined.

Force MS Yahei Font Allowing Exceptions क्या है?

Force MS Yahei Font Allowing Exceptions https://herohuyongtao.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use MS Yahei font for all sites with exceptions that can be user-defined."।

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

screenshot
screenshot

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

crx प्रारूप में Force MS Yahei Font Allowing Exceptions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        This Chrome plugin will enable you to force using Microsoft Yahei font for all webistes allowing exceptions. These exceptions can be user defined in "Options".                    

एक्सटेंशन की मूल जानकारी

नाम Force MS Yahei Font Allowing Exceptions Force MS Yahei Font Allowing Exceptions
ID dplldmamfgeklcbmjehjajfbafeimjaf
आधिकारिक URL https://chromewebstore.google.com/detail/force-ms-yahei-font-allow/dplldmamfgeklcbmjehjajfbafeimjaf
विवरण Use MS Yahei font for all sites with exceptions that can be user-defined.
फ़ाइल का आकार 37.51 KB
स्थापना संख्या 98
वर्तमान संस्करण 7.0.0
अंतिम अपडेट 2019-12-26
प्रकाशन तिथि 2019-12-23
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर https://herohuyongtao.blogspot.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gitlab.com/herohuyongtao/force-msyahei-for-chrome
सहायता पृष्ठ URL https://gitlab.com/herohuyongtao/force-msyahei-for-chrome/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force MS Yahei Font Allowing Exceptions",
    "description": "Use MS Yahei font for all sites with exceptions that can be user-defined.",
    "version": "7.0.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "font.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "font.css"
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": true
    }
}