Font Overwrite

Overwrites fonts of web-sites.

Apa itu Font Overwrite?

Font Overwrite adalah ekstensi Chrome yang dikembangkan oleh minostar, dan fitur utamanya adalah "Overwrites fonts of web-sites.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Font Overwrite

Unduh file ekstensi Font Overwrite 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

                        If you dislike specific font, use this.
(ex. Gulim, Comic Sans)                    

Informasi Dasar Ekstensi

Nama Font Overwrite Font Overwrite
ID efnhmidkajhnpdgfdpfnioiibmdjnkmn
URL Resmi https://chromewebstore.google.com/detail/font-overwrite/efnhmidkajhnpdgfdpfnioiibmdjnkmn
Deskripsi Overwrites fonts of web-sites.
Ukuran File 47.6 KB
Jumlah Instalasi 605
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2017-10-14
Tanggal Publikasi 2017-10-14
Penilaian 4.33/5 Total 27 Penilaian
Pengembang minostar
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Overwrite",
    "description": "Overwrites fonts of web-sites.",
    "version": "0.0.2",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}