Readable Font Size

alf + f to get good font size

Apa itu Readable Font Size?

Readable Font Size adalah ekstensi Chrome yang dikembangkan oleh gywn, dan fitur utamanya adalah "alf + f to get good font size".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Readable Font Size

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

                        Automatically adjust font size, line height and text block width in the page, *in situ*.
Say goodbye to text lines so long that they hurt your eyes' rectus.                    

Informasi Dasar Ekstensi

Nama Readable Font Size Readable Font Size
ID keccobjcncahemlohalblmalkeomhfjp
URL Resmi https://chrome.google.com/webstore/detail/readable-font-size/keccobjcncahemlohalblmalkeomhfjp
Deskripsi alf + f to get good font size
Ukuran File 7.54 KB
Jumlah Instalasi 104
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-05-31
Tanggal Publikasi 2016-05-31
Penilaian 1.00/5 Total 2 Penilaian
Pengembang gywn
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content-persistent.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "alf + f to get good font size",
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_48.png",
        "16": "images\/icon_16.png"
    },
    "manifest_version": 2,
    "name": "Readable Font Size",
    "version": "1.0.1",
    "web_accessible_resources": [
        "images\/sprite.svg"
    ]
}