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…

Что такое Boldify Reading Assistant?

Boldify Reading Assistant - это расширение Chrome, разработанное diganta.dey2013, и его основная функция - "This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Boldify Reading Assistant

Скачайте файлы расширений Boldify Reading Assistant в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Boldify Reading Assistant Boldify Reading Assistant
ID fdplmdppacojbngmlibekjdipeiankal
Официальный URL https://chromewebstore.google.com/detail/boldify-reading-assistant/fdplmdppacojbngmlibekjdipeiankal
Описание This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…
Размер файла 14.81 KB
Количество установок 25
Текущая Версия 1.0
Последнее Обновление 2023-04-19
Дата публикации 2023-04-18
Разработчик diganta.dey2013
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}