The Fantastic Comic Sans MS Browser

Rot your browser with the Fantastic Comic Sans MS !

Hvad er The Fantastic Comic Sans MS Browser?

The Fantastic Comic Sans MS Browser er en Chrome-udvidelse udviklet af Yannick.Armspach, og dens hovedfunktion er "Rot your browser with the Fantastic Comic Sans MS !".

Udvidelsesskærmbilleder

screenshot

Download The Fantastic Comic Sans MS Browser-udvidelses-CRX-fil

Download The Fantastic Comic Sans MS Browser-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

                        All the internet with the Fantastic Comic Sans MS font !                    

Grundlæggende oplysninger om udvidelsen

Navn The Fantastic Comic Sans MS Browser The Fantastic Comic Sans MS Browser
ID ackdmccmionjeacpmbhkgkbkcfipenpn
Officiel URL https://chromewebstore.google.com/detail/the-fantastic-comic-sans/ackdmccmionjeacpmbhkgkbkcfipenpn
Beskrivelse Rot your browser with the Fantastic Comic Sans MS !
Filstørrelse 130 KB
Antal Installationer 201
Nuværende Version 1.0.0
Senest Opdateret 2012-12-12
Udgivelsesdato 2012-12-12
Bedømmelse 4.27/5 Samlet 22 Bedømmelser
Udvikler Yannick.Armspach
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Fantastic Comic Sans MS Browser",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Rot your browser with the Fantastic Comic Sans MS !",
    "homepage_url": "http:\/\/the-fantastic-comic-sans-ms-browser.y-visuel.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}