Comic Sansation

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

Was ist Comic Sansation?

Comic Sansation ist eine Chrome-Erweiterung, die von qwertyman1 entwickelt wurde, und ihr Hauptmerkmal ist "View the whole web in Comic Sans! The Comic Sansation.".

Erweiterungsscreenshots

screenshot

Comic Sansation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Comic Sansation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Every page is displayed in Comic Sans.                    

Grundlegende Informationen zur Erweiterung

Name Comic Sansation Comic Sansation
ID abclfinjnggnhfhopdkefpblfikpbcak
Offizielle URL https://chrome.google.com/webstore/detail/comic-sansation/abclfinjnggnhfhopdkefpblfikpbcak
Beschreibung View the whole web in Comic Sans! The Comic Sansation.
Dateigröße 23.07 KB
Installationsanzahl 63
Aktuelle Version 1.1.1.1117
Letztes Update 2020-06-25
Veröffentlichungsdatum 2020-06-24
Bewertung 3.60/5 Insgesamt 5 Bewertungen
Entwickler qwertyman1
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://stoic-hawking-3d1aaa.netlify.com
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}