Comic Sansifier

This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!

What is Comic Sansifier?

Comic Sansifier is a Chrome extension developed by Alfons Nilsson (TC5550), and its main feature is "This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!".

Extension Screenshots

screenshot
screenshot

Download Comic Sansifier Extension CRX File

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

                        This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!                    

Extension Basic Information

Name Comic Sansifier Comic Sansifier
ID agfjaeekoichggmaogclcibjjpdbohgf
Official URL https://chromewebstore.google.com/detail/comic-sansifier/agfjaeekoichggmaogclcibjjpdbohgf
Description This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!
File Size 8.9 KB
Installation Count 35
Current Version 0.1
Last Updated 2018-12-21
Publish Date 2018-12-16
Developer Alfons Nilsson (TC5550)
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sansifier",
    "version": "0.1",
    "description": "This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!",
    "author": "Alfons Nilsson (TC5550)",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}