Readify

Sets the default font family, font color, and line-height for those hard to read websites.

Apa itu Readify?

Readify adalah ekstensi Chrome yang dikembangkan oleh Shane Hoban, dan fitur utamanya adalah "Sets the default font family, font color, and line-height for those hard to read websites.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Readify

Unduh file ekstensi Readify 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 no longer have to deal with terrible contrast websites (specifically, light gray text on white background).

This extension improves readability, including the color, font famil, and line height.                    

Informasi Dasar Ekstensi

Nama Readify Readify
ID lcbgkfpnejkhgbiodnpdkkijonlbdegc
URL Resmi https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc
Deskripsi Sets the default font family, font color, and line-height for those hard to read websites.
Ukuran File 33.13 KB
Jumlah Instalasi 83
Versi Saat Ini 1.2
Terakhir Diperbarui 2016-04-05
Tanggal Publikasi 2016-04-05
Penilaian 2.33/5 Total 3 Penilaian
Pengembang Shane Hoban
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Readify",
    "description": "Sets the default font family, font color, and line-height for those hard to read websites.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}