Comic Sans Replacer

Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski

Comic Sans Replacer क्या है?

Comic Sans Replacer niu tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski"।

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

screenshot

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

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

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

                        This tiny extension replaces the ugly Comic Sans MS font on all websites with much better Comic Neue font by Craig Rozynski. The web font is hosted on the super-fast CDN jsDelivr.

You can contribute to the project at https://github.com/niutech/comic-sans-replacer

The Comic Neue font is in the Public Domain.
The extension is released under Apache 2.0 License.                    

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

नाम Comic Sans Replacer Comic Sans Replacer
ID hogcjpgnoecbkmbamlakaacafkloopbn
आधिकारिक URL https://chromewebstore.google.com/detail/comic-sans-replacer/hogcjpgnoecbkmbamlakaacafkloopbn
विवरण Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski
फ़ाइल का आकार 9.01 KB
स्थापना संख्या 632
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-04-11
प्रकाशन तिथि 2014-04-11
रेटिंग 4.42/5 कुल 19 रेटिंग्स
डेवलपर niu tech
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/niutech/comic-sans-replacer
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "name": "Comic Sans Replacer",
    "description": "Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski",
    "author": "niu tech",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "userContent.css"
            ]
        }
    ],
    "manifest_version": 2
}