The Fantastic Comic Sans MS Browser

Rot your browser with the Fantastic Comic Sans MS !

The Fantastic Comic Sans MS Browser क्या है?

The Fantastic Comic Sans MS Browser Yannick.Armspach द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rot your browser with the Fantastic Comic Sans MS !"।

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

screenshot

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

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

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

                        All the internet with the Fantastic Comic Sans MS font !                    

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

नाम The Fantastic Comic Sans MS Browser The Fantastic Comic Sans MS Browser
ID ackdmccmionjeacpmbhkgkbkcfipenpn
आधिकारिक URL https://chromewebstore.google.com/detail/the-fantastic-comic-sans/ackdmccmionjeacpmbhkgkbkcfipenpn
विवरण Rot your browser with the Fantastic Comic Sans MS !
फ़ाइल का आकार 130 KB
स्थापना संख्या 201
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2012-12-12
प्रकाशन तिथि 2012-12-12
रेटिंग 4.27/5 कुल 22 रेटिंग्स
डेवलपर Yannick.Armspach
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Fantastic Comic Sans MS Browser",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Rot your browser with the Fantastic Comic Sans MS !",
    "homepage_url": "http:\/\/the-fantastic-comic-sans-ms-browser.y-visuel.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}