Comic Sanser

Put the websites you hate in the font they deserve.

Apa itu Comic Sanser?

Comic Sanser adalah ekstensi Chrome yang dikembangkan oleh Ruben Verborgh, dan fitur utamanya adalah "Put the websites you hate in the font they deserve.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Comic Sanser

Unduh file ekstensi Comic Sanser 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

                        Are you tired of certain websites that don't live up to your standards?
This extension makes your life better by changing their font to Comic Sans MS.

Align their design in perfect harmony with their quality.
This leads to lower expectations on your side, and thus less frustration.

This extension is a must-have: fast and easy.
You choose the domains on which you want Comic Sans, the extension does the rest.                    

Informasi Dasar Ekstensi

Nama Comic Sanser Comic Sanser
ID ahokdggfbemkkonaepgbegglbfnnlcok
URL Resmi https://chromewebstore.google.com/detail/comic-sanser/ahokdggfbemkkonaepgbegglbfnnlcok
Deskripsi Put the websites you hate in the font they deserve.
Ukuran File 6.51 KB
Jumlah Instalasi 21
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2014-09-17
Tanggal Publikasi 2014-09-17
Pengembang Ruben Verborgh
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sanser",
    "description": "Put the websites you hate in the font they deserve.",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "comicsanser.js"
            ]
        }
    ],
    "options_page": "options.html"
}