Bold Reading
Read faster online by making the first 3 letters of every word bold.
Что такое Bold Reading?
Bold Reading - это расширение Chrome, разработанное catander, и его основная функция - "Read faster online by making the first 3 letters of every word bold.".
Снимки экрана расширения
Скачать файл CRX расширения Bold Reading
Скачайте файлы расширений Bold Reading в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Bionic reading for the web. Bold Reading lets you read content faster online by making the first 3 letters of every word bold. A proven method for speed reading.
Основная информация о расширении
Название | Bold Reading |
ID | ehflcpdnmceagfokepkopokliphflafj |
Официальный URL | https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj |
Описание | Read faster online by making the first 3 letters of every word bold. |
Размер файла | 24.76 KB |
Количество установок | 1,457 |
Текущая Версия | 1.0 |
Последнее Обновление | 2023-04-16 |
Дата публикации | 2023-04-16 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | catander |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bold Reading", "version": "1.0", "description": "Read faster online by making the first 3 letters of every word bold.", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |