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…

What is Boldify Reading Assistant?

Boldify Reading Assistant is a Chrome extension developed by diganta.dey2013, and its main feature is "This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…".

Extension Screenshots

screenshot

Download Boldify Reading Assistant Extension CRX File

Download Boldify Reading Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Boldify Reading Assistant Boldify Reading Assistant
ID fdplmdppacojbngmlibekjdipeiankal
Official URL https://chromewebstore.google.com/detail/boldify-reading-assistant/fdplmdppacojbngmlibekjdipeiankal
Description This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…
File Size 14.81 KB
Installation Count 25
Current Version 1.0
Last Updated 2023-04-19
Publish Date 2023-04-18
Developer diganta.dey2013
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}