The Fantastic Comic Sans MS Browser

Rot your browser with the Fantastic Comic Sans MS !

Apa itu The Fantastic Comic Sans MS Browser?

The Fantastic Comic Sans MS Browser adalah ekstensi Chrome yang dikembangkan oleh Yannick.Armspach, dan fitur utamanya adalah "Rot your browser with the Fantastic Comic Sans MS !".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Fantastic Comic Sans MS Browser

Unduh file ekstensi The Fantastic Comic Sans MS Browser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        All the internet with the Fantastic Comic Sans MS font !                    

Informasi Dasar Ekstensi

Nama The Fantastic Comic Sans MS Browser The Fantastic Comic Sans MS Browser
ID ackdmccmionjeacpmbhkgkbkcfipenpn
URL Resmi https://chromewebstore.google.com/detail/the-fantastic-comic-sans/ackdmccmionjeacpmbhkgkbkcfipenpn
Deskripsi Rot your browser with the Fantastic Comic Sans MS !
Ukuran File 130 KB
Jumlah Instalasi 201
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2012-12-12
Tanggal Publikasi 2012-12-12
Penilaian 4.27/5 Total 22 Penilaian
Pengembang Yannick.Armspach
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}