Font Changer

Find elements on the page and change their font with just few clicks.

Apa itu Font Changer?

Font Changer adalah ekstensi Chrome yang dikembangkan oleh Rafał Florczak, dan fitur utamanya adalah "Find elements on the page and change their font with just few clicks.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Font Changer

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

                        You can use this extension to make the desired parts of the website look more readable by changing their fonts.                    

Informasi Dasar Ekstensi

Nama Font Changer Font Changer
ID jokhgliahkldheenecgebcldmdcccocp
URL Resmi https://chromewebstore.google.com/detail/font-changer/jokhgliahkldheenecgebcldmdcccocp
Deskripsi Find elements on the page and change their font with just few clicks.
Ukuran File 182 KB
Jumlah Instalasi 357
Versi Saat Ini 0.3.3
Terakhir Diperbarui 2022-04-13
Tanggal Publikasi 2019-03-21
Penilaian 1.00/5 Total 2 Penilaian
Pengembang Rafał Florczak
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/florczakraf/font-changer
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Changer",
    "version": "0.3.3",
    "description": "Find elements on the page and change their font with just few clicks.",
    "icons": {
        "64": "font-changer\/icons\/64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "font-changer\/content-script\/font-changer.js"
            ],
            "css": [
                "font-changer\/content-script\/font-changer.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "font-changer\/icons\/64.png",
        "default_title": "Font Changer"
    },
    "background": {
        "scripts": [
            "font-changer\/background\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}