Bionic Reader

Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.

Что такое Bionic Reader?

Bionic Reader - это расширение Chrome, разработанное finanamanuel1, и его основная функция - "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.".

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

screenshot
screenshot

Скачать файл CRX расширения Bionic Reader

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

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

                        Bionic Reader is a user-friendly Chrome extension that customizes the text on web pages, making it easier to read. The extension bolds the first half of words and adjusts font sizes, while changing the background color to light grey. With these simple modifications, you'll be able to read comfortably for longer periods of time.                    

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

Название Bionic Reader Bionic Reader
ID nnckjnkomkdngelehiggcneffeoacilb
Официальный URL https://chromewebstore.google.com/detail/bionic-reader/nnckjnkomkdngelehiggcneffeoacilb
Описание Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.
Размер файла 10.83 KB
Количество установок 43
Текущая Версия 1.0
Последнее Обновление 2023-05-09
Дата публикации 2023-05-08
Разработчик finanamanuel1
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bionic Reader",
    "version": "1.0",
    "description": "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon.png"
        }
    }
}