Comic Sams

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

Cos'è Comic Sams?

Comic Sams è un'estensione di Chrome sviluppata da https://comicsams.nrdesign.xyz, e la sua funzione principale è "Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Comic Sams

Scarica i file di estensione Comic Sams in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Comic Sams Comic Sams
ID miodnionkealgmgafpmpilhlbgbabjdg
URL Ufficiale https://chromewebstore.google.com/detail/comic-sams/miodnionkealgmgafpmpilhlbgbabjdg
Descrizione Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.
Dimensione del File 65.96 KB
Conteggio Installazioni 36
Versione Corrente 4.5
Ultimo Aggiornamento 2019-08-04
Data di Pubblicazione 2019-08-02
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://comicsams.nrdesign.xyz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://comicsams.nrdesign.xyz
URL della Pagina di Aiuto https://comicsams.nrdesign.xyz/feedback
Lingue Supportate 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"
            ]
        }
    ]
}