Bold Reading

Read faster online by making the first 3 letters of every word bold.

Apa itu Bold Reading?

Bold Reading adalah ekstensi Chrome yang dikembangkan oleh catander, dan fitur utamanya adalah "Read faster online by making the first 3 letters of every word bold.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bold Reading

Unduh file ekstensi Bold Reading 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

                        Bionic reading for the web. Bold Reading lets you read content faster online by making the first 3 letters of every word bold. A proven method for speed reading.                    

Informasi Dasar Ekstensi

Nama Bold Reading Bold Reading
ID ehflcpdnmceagfokepkopokliphflafj
URL Resmi https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj
Deskripsi Read faster online by making the first 3 letters of every word bold.
Ukuran File 24.76 KB
Jumlah Instalasi 1,457
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-04-16
Tanggal Publikasi 2023-04-16
Penilaian 5.00/5 Total 3 Penilaian
Pengembang catander
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bold Reading",
    "version": "1.0",
    "description": "Read faster online by making the first 3 letters of every word bold.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}