Comic Sansation

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

Wat is Comic Sansation?

Comic Sansation is een Chrome-extensie ontwikkeld door qwertyman1, en de belangrijkste functie is "View the whole web in Comic Sans! The Comic Sansation.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Comic Sansation

Download Comic Sansation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Every page is displayed in Comic Sans.                    

Basisinformatie over de Extensie

Naam Comic Sansation Comic Sansation
ID abclfinjnggnhfhopdkefpblfikpbcak
Officiële URL https://chrome.google.com/webstore/detail/comic-sansation/abclfinjnggnhfhopdkefpblfikpbcak
Beschrijving View the whole web in Comic Sans! The Comic Sansation.
Bestandsgrootte 23.07 KB
Aantal Installaties 63
Huidige Versie 1.1.1.1117
Laatst Bijgewerkt 2020-06-25
Publicatiedatum 2020-06-24
Beoordeling 3.60/5 Totaal 5 Beoordelingen
Ontwikkelaar qwertyman1
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://stoic-hawking-3d1aaa.netlify.com
Ondersteunde Talen 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:\/\/*\/*"
    ]
}