Comic Sans Replacer

Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski

Apa itu Comic Sans Replacer?

Comic Sans Replacer adalah ekstensi Chrome yang dikembangkan oleh niu tech, dan fitur utamanya adalah "Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Comic Sans Replacer

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

                        This tiny extension replaces the ugly Comic Sans MS font on all websites with much better Comic Neue font by Craig Rozynski. The web font is hosted on the super-fast CDN jsDelivr.

You can contribute to the project at https://github.com/niutech/comic-sans-replacer

The Comic Neue font is in the Public Domain.
The extension is released under Apache 2.0 License.                    

Informasi Dasar Ekstensi

Nama Comic Sans Replacer Comic Sans Replacer
ID hogcjpgnoecbkmbamlakaacafkloopbn
URL Resmi https://chromewebstore.google.com/detail/comic-sans-replacer/hogcjpgnoecbkmbamlakaacafkloopbn
Deskripsi Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski
Ukuran File 9.01 KB
Jumlah Instalasi 632
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-04-11
Tanggal Publikasi 2014-04-11
Penilaian 4.42/5 Total 19 Penilaian
Pengembang niu tech
Tipe Pembayaran free
Situs Ekstensi https://github.com/niutech/comic-sans-replacer
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "name": "Comic Sans Replacer",
    "description": "Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski",
    "author": "niu tech",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "userContent.css"
            ]
        }
    ],
    "manifest_version": 2
}