Comic Sans Everywhere

Change every font on the website to Comic Sans.

Comic Sans Everywhere क्या है?

Comic Sans Everywhere mkonstantinow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change every font on the website to Comic Sans."।

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

screenshot

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

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

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

                        Have you ever dreamed of making your internet browsing more fun and lively? Allow yourself a touch of humor and lightness with our "Comic Sans Everywhere" extension!                    

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

नाम Comic Sans Everywhere Comic Sans Everywhere
ID mmeaokbgfdlacpgjbbbpkmbhbfilepcf
आधिकारिक URL https://chromewebstore.google.com/detail/comic-sans-everywhere/mmeaokbgfdlacpgjbbbpkmbhbfilepcf
विवरण Change every font on the website to Comic Sans.
फ़ाइल का आकार 134 KB
स्थापना संख्या 331
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-07-04
प्रकाशन तिथि 2023-04-11
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर mkonstantinow
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Comic Sans Everywhere",
    "version": "1.1",
    "description": "Change every font on the website to Comic Sans.",
    "icons": {
        "48": "icons\/icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}