Comic Sams

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

Qu'est-ce que Comic Sams ?

Comic Sams est une extension Chrome développée par https://comicsams.nrdesign.xyz, et sa fonction principale est "Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Comic Sams

Téléchargez les fichiers d'extension Comic Sams au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Comic Sams Comic Sams
ID miodnionkealgmgafpmpilhlbgbabjdg
URL Officiel https://chromewebstore.google.com/detail/comic-sams/miodnionkealgmgafpmpilhlbgbabjdg
Description Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.
Taille du Fichier 65.96 KB
Nombre d'Installations 36
Version Actuelle 4.5
Dernière Mise à Jour 2019-08-04
Date de Publication 2019-08-02
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://comicsams.nrdesign.xyz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://comicsams.nrdesign.xyz
URL de la Page d'Aide https://comicsams.nrdesign.xyz/feedback
Langues Prises en Charge 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"
            ]
        }
    ]
}