3read
3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
Что такое 3read?
3read - это расширение Chrome, разработанное Unknown, и его основная функция - "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.".
Снимки экрана расширения
Скачать файл CRX расширения 3read
Скачайте файлы расширений 3read в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Highlight a selection and press alt+r or a hotkey of your choice. Read the words as they fly past in 3d! You can pause and rewind a little for full comprehension. Change the speed as you read. Use full screen for full concentration. Fast to start and close. Requires no special permissions!
Основная информация о расширении
Название | 3read |
ID | amklbgkedklmdajokboibalnafodgglg |
Официальный URL | https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg |
Описание | 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like. |
Размер файла | 367 KB |
Количество установок | 319 |
Текущая Версия | 0.0.4 |
Последнее Обновление | 2014-04-11 |
Дата публикации | 2014-04-11 |
Рейтинг | 4.89/5 Всего 9 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "3read", "version": "0.0.4", "description": "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.", "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "keycodes.js", "background.js" ] }, "browser_action": { "default_icon": "icon_19.png", "default_title": "3read Selection" }, "commands": { "read": { "suggested_key": { "default": "Alt+R" }, "description": "3read!" } }, "options_page": "options.html", "minimum_chrome_version": "18", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "manifest_version": 2 } |