ReadEaseM3

Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large

Что такое ReadEaseM3?

ReadEaseM3 - это расширение Chrome, разработанное nickboulbuisness, и его основная функция - "Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large".

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

screenshot
screenshot
screenshot

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

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

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

                        Half Bold is a simple yet effective extension that makes reading easier by bolding the first half of every word on a webpage. With this extension, users can customize the bold percentage to their liking and toggle the feature on and off as needed. Half Bold is perfect for people who want to make reading on the web less straining on the eyes.                    

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

Название ReadEaseM3 ReadEaseM3
ID didoodngmjcaamlgcfhmjdjdajhdpadg
Официальный URL https://chromewebstore.google.com/detail/readeasem3/didoodngmjcaamlgcfhmjdjdajhdpadg
Описание Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large
Размер файла 963 KB
Количество установок 30
Текущая Версия 1.0.0
Последнее Обновление 2023-05-10
Дата публикации 2023-05-10
Рейтинг 5.00/5 Всего 1 оценок
Разработчик nickboulbuisness
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ReadEaseM3",
    "version": "1.0.0",
    "description": "Lets you read 2x as fast by making the first half of the words bold.   Limitations: some websites may be too large",
    "icons": {
        "128": "Glasses.png",
        "48": "Glasses.png",
        "16": "Glasses.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "Glasses.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}