ReadEaseM3

Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large

Apa itu ReadEaseM3?

ReadEaseM3 adalah ekstensi Chrome yang dikembangkan oleh nickboulbuisness, dan fitur utamanya adalah "Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ReadEaseM3

Unduh file ekstensi ReadEaseM3 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

                        Half Bold is a simple yet effective extension that makes reading easier by bolding the first half of every word on a webpage. With this extension, users can customize the bold percentage to their liking and toggle the feature on and off as needed. Half Bold is perfect for people who want to make reading on the web less straining on the eyes.                    

Informasi Dasar Ekstensi

Nama ReadEaseM3 ReadEaseM3
ID didoodngmjcaamlgcfhmjdjdajhdpadg
URL Resmi https://chromewebstore.google.com/detail/readeasem3/didoodngmjcaamlgcfhmjdjdajhdpadg
Deskripsi Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large
Ukuran File 963 KB
Jumlah Instalasi 30
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-05-10
Tanggal Publikasi 2023-05-10
Penilaian 5.00/5 Total 1 Penilaian
Pengembang nickboulbuisness
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ReadEaseM3",
    "version": "1.0.0",
    "description": "Lets you read 2x as fast by making the first half of the words bold.   Limitations: some websites may be too large",
    "icons": {
        "128": "Glasses.png",
        "48": "Glasses.png",
        "16": "Glasses.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "Glasses.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}