Comic Sansifier

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

Co je Comic Sansifier?

Comic Sansifier je rozšíření Chrome vyvinuté Alfons Nilsson (TC5550), a jeho hlavní funkcí je „This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Comic Sansifier

Stáhněte si soubory rozšíření Comic Sansifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Comic Sansifier Comic Sansifier
ID agfjaeekoichggmaogclcibjjpdbohgf
Oficiální URL https://chromewebstore.google.com/detail/comic-sansifier/agfjaeekoichggmaogclcibjjpdbohgf
Popis This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!
Velikost souboru 8.9 KB
Počet instalací 35
Aktuální Verze 0.1
Poslední Aktualizace 2018-12-21
Datum Vydání 2018-12-16
Vývojář Alfons Nilsson (TC5550)
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}