Comic Sansifier

This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!

Hvad er Comic Sansifier?

Comic Sansifier er en Chrome-udvidelse udviklet af Alfons Nilsson (TC5550), og dens hovedfunktion er "This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Comic Sansifier-udvidelses-CRX-fil

Download Comic Sansifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!                    

Grundlæggende oplysninger om udvidelsen

Navn Comic Sansifier Comic Sansifier
ID agfjaeekoichggmaogclcibjjpdbohgf
Officiel URL https://chromewebstore.google.com/detail/comic-sansifier/agfjaeekoichggmaogclcibjjpdbohgf
Beskrivelse This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!
Filstørrelse 8.9 KB
Antal Installationer 35
Nuværende Version 0.1
Senest Opdateret 2018-12-21
Udgivelsesdato 2018-12-16
Udvikler Alfons Nilsson (TC5550)
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sansifier",
    "version": "0.1",
    "description": "This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!",
    "author": "Alfons Nilsson (TC5550)",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}