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…

Vad är Boldify Reading Assistant?

Boldify Reading Assistant är en Chrome-tillägg utvecklad av diganta.dey2013, och dess huvudfunktion är "This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…".

Tilläggsskärmbilder

screenshot

Ladda ner Boldify Reading Assistant-förlängningens CRX-fil

Ladda ner Boldify Reading Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Boldify Reading Assistant Boldify Reading Assistant
ID fdplmdppacojbngmlibekjdipeiankal
Officiell webbadress https://chromewebstore.google.com/detail/boldify-reading-assistant/fdplmdppacojbngmlibekjdipeiankal
Beskrivning This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…
Filstorlek 14.81 KB
Antal Installationer 25
Aktuell Version 1.0
Senast Uppdaterad 2023-04-19
Publiceringsdatum 2023-04-18
Utvecklare diganta.dey2013
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}