Comic Sams

Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.

Comic Sams क्या है?

Comic Sams https://comicsams.nrdesign.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable."।

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

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

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

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

                        The Comic Sams Chrome Extension was built for those who are looking to always keep the beauty of Comic Sans with them. With a bit of extra flashiness added in, it not only replaces all your browser text with Comic Sans, but it randomizes the colors as well. To give the pages some dimensionality, the images are replaced with a random gif of the user's choosing and elements of the web page are constantly spinning. Finally, to easily let you know the extension is on and working correctly, the background colors rapidly transition between multiple colors.                    

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

नाम Comic Sams Comic Sams
ID miodnionkealgmgafpmpilhlbgbabjdg
आधिकारिक URL https://chromewebstore.google.com/detail/comic-sams/miodnionkealgmgafpmpilhlbgbabjdg
विवरण Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.
फ़ाइल का आकार 65.96 KB
स्थापना संख्या 36
वर्तमान संस्करण 4.5
अंतिम अपडेट 2019-08-04
प्रकाशन तिथि 2019-08-02
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://comicsams.nrdesign.xyz
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://comicsams.nrdesign.xyz
सहायता पृष्ठ URL https://comicsams.nrdesign.xyz/feedback
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sams",
    "description": "Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.",
    "version": "4.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "changes.js"
            ]
        }
    ]
}