Reverse Half Bold

A tool to help a special someone improve their reading focus and comprehension.

Apa itu Reverse Half Bold?

Reverse Half Bold adalah ekstensi Chrome yang dikembangkan oleh jaymes86, dan fitur utamanya adalah "A tool to help a special someone improve their reading focus and comprehension.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Reverse Half Bold

Unduh file ekstensi Reverse Half Bold 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 literally bolds half of the word allows all users to focus on the second half of text without being overwhelmed. This can be a great tool to activate when you see long blogs or even a large group of paragraphs. For some that have a hard time reading the last part of a word this is for you.                    

Informasi Dasar Ekstensi

Nama Reverse Half Bold Reverse Half Bold
ID jhpfchnpighpdppcacjlilfklpejlnkh
URL Resmi https://chromewebstore.google.com/detail/reverse-half-bold/jhpfchnpighpdppcacjlilfklpejlnkh
Deskripsi A tool to help a special someone improve their reading focus and comprehension.
Ukuran File 134 KB
Jumlah Instalasi 623
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-04-12
Tanggal Publikasi 2023-04-12
Pengembang jaymes86
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": "Reverse Half Bold",
    "version": "1.2",
    "description": "A tool to help a special someone improve their reading focus and comprehension.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "popup.js"
            ]
        }
    ]
}