Comic Sans Everything

Extension that turns all website font to Comic Sans MS

What is Comic Sans Everything?

Comic Sans Everything is a Chrome extension developed by Ben Williams, and its main feature is "Extension that turns all website font to Comic Sans MS".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Comic Sans Everything Extension CRX File

Download Comic Sans Everything 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

                        Configurable Extension that turns all website font to Comic Sans MS.                    

Extension Basic Information

Name Comic Sans Everything Comic Sans Everything
ID oaehjhfpohkdjkpcdbblepomnflojfli
Official URL https://chrome.google.com/webstore/detail/comic-sans-everything/oaehjhfpohkdjkpcdbblepomnflojfli
Description Extension that turns all website font to Comic Sans MS
File Size 13.21 KB
Installation Count 4,306
Current Version 2.1.4
Last Updated 2017-11-09
Publish Date 2017-11-09
Rating 4.45/5 Total 110 Ratings
Developer Ben Williams
Payment Type free
Extension Website https://github.com/719Ben/comic-sans-everything
Help Page URL https://github.com/719Ben/comic-sans-everything/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sans Everything",
    "description": "Extension that turns all website font to Comic Sans MS",
    "version": "2.1.4",
    "homepage_url": "https:\/\/github.com\/719Ben\/comic-sans-everything",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Change Comic Sans Everything settings",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}