Read Mode
Puts Google Chrome into read mode for a pleasant reading experience.
Что такое Read Mode?
Read Mode - это расширение Chrome, разработанное menteslibres.org, и его основная функция - "Puts Google Chrome into read mode for a pleasant reading experience.".
Снимки экрана расширения
Скачать файл CRX расширения Read Mode
Скачайте файлы расширений Read Mode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Just click on the glasses icon in the address bar, the current page will turn into a nice-to-read black on white page allowing you to read without forcing your eyes. Ads and Flash animations are also removed while on read-mode. Click the icon again and everything will go back to normal.
Основная информация о расширении
Название | Read Mode |
ID | nagcaahojecfeopbghgihcabgiepploa |
Официальный URL | https://chromewebstore.google.com/detail/read-mode/nagcaahojecfeopbghgihcabgiepploa |
Описание | Puts Google Chrome into read mode for a pleasant reading experience. |
Размер файла | 174 KB |
Количество установок | 42,619 |
Текущая Версия | 1.0.6 |
Последнее Обновление | 2012-09-25 |
Дата публикации | 2012-09-24 |
Рейтинг | 3.26/5 Всего 372 оценок |
Разработчик | menteslibres.org |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "background": { "scripts": [ "json2.js", "background.js" ] }, "content_scripts": [ { "all_frames": true, "css": [ "reader.css" ], "js": [ "reader.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Puts Google Chrome into read mode for a pleasant reading experience.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Read Mode", "page_action": { "default_icon": "icon-enabled.png", "default_title": "Toggle Read Mode." }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.6" } |