Pocket - Article Reading Time
Displays the estimated time it will take to read an article.
Что такое Pocket - Article Reading Time?
Pocket - Article Reading Time - это расширение Chrome, разработанное Joseph Muia, и его основная функция - "Displays the estimated time it will take to read an article.".
Снимки экрана расширения
Скачать файл CRX расширения Pocket - Article Reading Time
Скачайте файлы расширений Pocket - Article Reading Time в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | lfhcmfgmiglibijdjlelmnfckmijpopg |
Официальный URL | https://chrome.google.com/webstore/detail/pocket-article-reading-ti/lfhcmfgmiglibijdjlelmnfckmijpopg |
Описание | Displays the estimated time it will take to read an article. |
Размер файла | 17.2 KB |
Количество установок | 604 |
Текущая Версия | 0.1 |
Последнее Обновление | 2014-08-26 |
Дата публикации | 2014-08-26 |
Рейтинг | 4.80/5 Всего 5 оценок |
Разработчик | Joseph Muia |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pocket - Article Reading Time", "description": "Displays the estimated time it will take to read an article.", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/*.getpocket.com\/a\/*" ], "js": [ "js\/main.js" ] } ], "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" } } |