Boldify

Automatically makes the first half of every word on a page bold.

Что такое Boldify?

Boldify - это расширение Chrome, разработанное sssillah1, и его основная функция - "Automatically makes the first half of every word on a page bold.".

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

screenshot
screenshot

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

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

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

                        Some readers may find it difficult to focus while reading. This extension aims to address that by using the typography developed by Swiss designer  Renato Casutt. When the extension is active, it will bold the initial part of the word in order to make it easier to process. 

This may be helpful for those who find concentrating while reading difficult, for those with dyslexia, or those who have ADHD.                    

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

Название Boldify Boldify
ID lcckknlmojcknpkmnbodkfoonifcgngm
Официальный URL https://chromewebstore.google.com/detail/boldify/lcckknlmojcknpkmnbodkfoonifcgngm
Описание Automatically makes the first half of every word on a page bold.
Размер файла 33.54 KB
Количество установок 120
Текущая Версия 1.0.0.1
Последнее Обновление 2023-05-19
Дата публикации 2023-05-19
Рейтинг 3.00/5 Всего 1 оценок
Разработчик sssillah1
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boldify",
    "description": "Automatically makes the first half of every word on a page bold.",
    "version": "1.0.0.1",
    "icons": {
        "16": "icons\/icon16_enabled.png",
        "32": "icons\/icon32_enabled.png",
        "48": "icons\/icon48_enabled.png",
        "128": "icons\/icon128_enabled.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}