Comic Sams

Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.

Was ist Comic Sams?

Comic Sams ist eine Chrome-Erweiterung, die von https://comicsams.nrdesign.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.".

Erweiterungsscreenshots

Comic Sams-Erweiterungs-CRX-Datei herunterladen

Laden Sie Comic Sams-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

                        The Comic Sams Chrome Extension was built for those who are looking to always keep the beauty of Comic Sans with them. With a bit of extra flashiness added in, it not only replaces all your browser text with Comic Sans, but it randomizes the colors as well. To give the pages some dimensionality, the images are replaced with a random gif of the user's choosing and elements of the web page are constantly spinning. Finally, to easily let you know the extension is on and working correctly, the background colors rapidly transition between multiple colors.                    

Grundlegende Informationen zur Erweiterung

Name Comic Sams Comic Sams
ID miodnionkealgmgafpmpilhlbgbabjdg
Offizielle URL https://chromewebstore.google.com/detail/comic-sams/miodnionkealgmgafpmpilhlbgbabjdg
Beschreibung Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.
Dateigröße 65.96 KB
Installationsanzahl 36
Aktuelle Version 4.5
Letztes Update 2019-08-04
Veröffentlichungsdatum 2019-08-02
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://comicsams.nrdesign.xyz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://comicsams.nrdesign.xyz
Hilfeseite URL https://comicsams.nrdesign.xyz/feedback
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sams",
    "description": "Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.",
    "version": "4.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "changes.js"
            ]
        }
    ]
}