Fast Reader
Speed up your reading!
Что такое Fast Reader?
Fast Reader - это расширение Chrome, разработанное dmarch, и его основная функция - "Speed up your reading!".
Снимки экрана расширения
Скачать файл CRX расширения Fast Reader
Скачайте файлы расширений Fast Reader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension will allow you speed up your reading. Just select text on web side and click on icon. You can adjust speed and number of words on line in option.
Основная информация о расширении
Название | Fast Reader |
ID | okiodagpdhmlhpikmbohgelnmngkhfhm |
Официальный URL | https://chromewebstore.google.com/detail/fast-reader/okiodagpdhmlhpikmbohgelnmngkhfhm |
Описание | Speed up your reading! |
Размер файла | 1.72 MB |
Количество установок | 191 |
Текущая Версия | 1.1 |
Последнее Обновление | 2013-06-23 |
Дата публикации | 2013-06-23 |
Рейтинг | 4.00/5 Всего 2 оценок |
Разработчик | dmarch |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Reader", "description": "Speed up your reading!", "version": "1.1", "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Fast Reader - speed up your reading!" }, "icons": { "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "file:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |