Comic Sansation

View the whole web in Comic Sans! The Comic Sansation.

What is Comic Sansation?

Comic Sansation is a Chrome extension developed by qwertyman1, and its main feature is "View the whole web in Comic Sans! The Comic Sansation.".

Extension Screenshots

screenshot

Download Comic Sansation Extension CRX File

Download Comic Sansation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Every page is displayed in Comic Sans.                    

Extension Basic Information

Name Comic Sansation Comic Sansation
ID abclfinjnggnhfhopdkefpblfikpbcak
Official URL https://chrome.google.com/webstore/detail/comic-sansation/abclfinjnggnhfhopdkefpblfikpbcak
Description View the whole web in Comic Sans! The Comic Sansation.
File Size 23.07 KB
Installation Count 63
Current Version 1.1.1.1117
Last Updated 2020-06-25
Publish Date 2020-06-24
Rating 3.60/5 Total 5 Ratings
Developer qwertyman1
Email [email protected]
Payment Type free
Privacy Policy Page URL https://stoic-hawking-3d1aaa.netlify.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "comicsans\/comicsans.css"
            ],
            "js": [
                "comicsans\/comicsans.js",
                "lib\/ga\/ga.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "background": {
        "scripts": []
    },
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "version": "1.1.1.1117",
    "default_locale": "en",
    "icons": {
        "128": "comicsans\/logo128.png",
        "16": "comicsans\/logo16.png"
    },
    "permissions": [
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}