The Fantastic Comic Sans MS Browser

Rot your browser with the Fantastic Comic Sans MS !

Cos'è The Fantastic Comic Sans MS Browser?

The Fantastic Comic Sans MS Browser è un'estensione di Chrome sviluppata da Yannick.Armspach, e la sua funzione principale è "Rot your browser with the Fantastic Comic Sans MS !".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Fantastic Comic Sans MS Browser

Scarica i file di estensione The Fantastic Comic Sans MS Browser 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

                        All the internet with the Fantastic Comic Sans MS font !                    

Informazioni di Base sull'Estensione

Nome The Fantastic Comic Sans MS Browser The Fantastic Comic Sans MS Browser
ID ackdmccmionjeacpmbhkgkbkcfipenpn
URL Ufficiale https://chromewebstore.google.com/detail/the-fantastic-comic-sans/ackdmccmionjeacpmbhkgkbkcfipenpn
Descrizione Rot your browser with the Fantastic Comic Sans MS !
Dimensione del File 130 KB
Conteggio Installazioni 201
Versione Corrente 1.0.0
Ultimo Aggiornamento 2012-12-12
Data di Pubblicazione 2012-12-12
Valutazione 4.27/5 Totale 22 Valutazioni
Sviluppatore Yannick.Armspach
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}