Comic Sans-ifer 3000

Changes everything to Comic Sans for no reason

What is Comic Sans-ifer 3000?

Comic Sans-ifer 3000 is a Chrome extension developed by Clarissa Kleveno, and its main feature is "Changes everything to Comic Sans for no reason".

Extension Screenshots

screenshot
screenshot
screenshot

Download Comic Sans-ifer 3000 Extension CRX File

Download Comic Sans-ifer 3000 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

                        Tired of websites using multiple and confusing fonts? With the Comic Sans-ifer 3000 you can finally browse the web all with one unified font! Google, Facebook, and even email will all be written in the beautiful and poetic font of Comic Sans. Great of easy reading, or just to mess with your friends!                    

Extension Basic Information

Name Comic Sans-ifer 3000 Comic Sans-ifer 3000
ID ijajmibgdlfdoadimfhindodmnkdhmcp
Official URL https://chromewebstore.google.com/detail/comic-sans-ifer-3000/ijajmibgdlfdoadimfhindodmnkdhmcp
Description Changes everything to Comic Sans for no reason
File Size 24.35 KB
Installation Count 35
Current Version 0.1.0
Last Updated 2017-03-04
Publish Date 2017-03-04
Rating 5.00/5 Total 4 Ratings
Developer Clarissa Kleveno
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sans-ifer 3000",
    "version": "0.1.0",
    "description": "Changes everything to Comic Sans for no reason",
    "browser_action": {
        "default_icon": "icon-32.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "",
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}