Boldify Reading Assistant

This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…

Apa itu Boldify Reading Assistant?

Boldify Reading Assistant adalah ekstensi Chrome yang dikembangkan oleh diganta.dey2013, dan fitur utamanya adalah "This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Boldify Reading Assistant

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

                        This extension will convert first 2-3 characters of every word bold, which will help you to read faster.

These are the issues which you may face in this version,
1. Some sites styling may break
2. There is not reset option, you have to disable the extension

In next update we will resolve these issue.

Please send me email @ [email protected] if you face any bug or need any feature.                    

Informasi Dasar Ekstensi

Nama Boldify Reading Assistant Boldify Reading Assistant
ID fdplmdppacojbngmlibekjdipeiankal
URL Resmi https://chromewebstore.google.com/detail/boldify-reading-assistant/fdplmdppacojbngmlibekjdipeiankal
Deskripsi This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…
Ukuran File 14.81 KB
Jumlah Instalasi 25
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-04-19
Tanggal Publikasi 2023-04-18
Pengembang diganta.dey2013
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": "Boldify Reading Assistant",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}