Comic Sams

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

Wat is Comic Sams?

Comic Sams is een Chrome-extensie ontwikkeld door https://comicsams.nrdesign.xyz, en de belangrijkste functie is "Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.".

Extensie Screenshots

Download het CRX-bestand van de extensie Comic Sams

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

                        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.                    

Basisinformatie over de Extensie

Naam Comic Sams Comic Sams
ID miodnionkealgmgafpmpilhlbgbabjdg
Officiële URL https://chromewebstore.google.com/detail/comic-sams/miodnionkealgmgafpmpilhlbgbabjdg
Beschrijving Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.
Bestandsgrootte 65.96 KB
Aantal Installaties 36
Huidige Versie 4.5
Laatst Bijgewerkt 2019-08-04
Publicatiedatum 2019-08-02
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://comicsams.nrdesign.xyz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://comicsams.nrdesign.xyz
Help Pagina-URL https://comicsams.nrdesign.xyz/feedback
Ondersteunde Talen 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"
            ]
        }
    ]
}