Comic-Sansify

Makes all text comic sans

What is Comic-Sansify?

Comic-Sansify is a Chrome extension developed by J, and its main feature is "Makes all text comic sans".

Extension Screenshots

screenshot

Download Comic-Sansify Extension CRX File

Download Comic-Sansify 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

                        Have you ever wanted all the text on your screen to be in Comic Sans MS? Alternatively, has someone you know accidentally left their computer open? Install this extension to change all font on all web pages to Comic Sans MS! (May be helpful to turn off the icon if it's on a friends computer).                    

Extension Basic Information

Name Comic-Sansify Comic-Sansify
ID ddkjmidefllejkhcilononfkalmbijnk
Official URL https://chromewebstore.google.com/detail/comic-sansify/ddkjmidefllejkhcilononfkalmbijnk
Description Makes all text comic sans
File Size 3.03 KB
Installation Count 120
Current Version 1.0
Last Updated 2014-12-05
Publish Date 2014-12-05
Rating 5.00/5 Total 9 Ratings
Developer J
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic-Sansify",
    "version": "1.0",
    "description": "Makes all text comic sans",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "sheet.css"
            ]
        }
    ]
}