Rapid Reader
Speed reads text
Что такое Rapid Reader?
Rapid Reader - это расширение Chrome, разработанное Unknown, и его основная функция - "Speed reads text".
Снимки экрана расширения
Скачать файл CRX расширения Rapid Reader
Скачайте файлы расширений Rapid Reader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Rapid Reader lets you speed read text in your browser by flashing the text word-by-word.
Select the text you want to read, then click the Rapid Reader icon or use the keyboard shortcut "Alt-R" to rapid read.
Rapid Reader can read text from any webpage. You can configure the Words-Per-Minute and chunk size (how many words shown at once). Основная информация о расширении
| Название | |
| ID | jggpancjidhgdmjghapfbhhcbjieefgn |
| Официальный URL | https://chromewebstore.google.com/detail/rapid-reader/jggpancjidhgdmjghapfbhhcbjieefgn |
| Описание | Speed reads text |
| Размер файла | 249 KB |
| Количество установок | 556 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2014-04-27 |
| Дата публикации | 2014-04-27 |
| Рейтинг | 5.00/5 Всего 4 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Rapid Reader",
"short_name": "Rapid Reader",
"description": "Speed reads text",
"version": "1.1",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon48.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"storage"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+R"
},
"description": "Rapid Read currently selected text"
}
}
} | |