Pocket Count
Displays a count of unread Pocket items.
Что такое Pocket Count?
Pocket Count - это расширение Chrome, разработанное Sancho Pancho, и его основная функция - "Displays a count of unread Pocket items.".
Снимки экрана расширения
Скачать файл CRX расширения Pocket Count
Скачайте файлы расширений Pocket Count в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Pocket Count displays the count of your unread Pocket items. I find this useful because usually I add items to Pocket while I'm on-the-go, from my phone. When I get back to my desk I like a little reminder that there is something for me to read in Pocket. (Because I'm very forgetful.) I hope you find Pocket Count as useful as I do!
Основная информация о расширении
Название | |
ID | eaaaofnjpcodjnbnjeefjhkmdkjbiinn |
Официальный URL | https://chrome.google.com/webstore/detail/pocket-count/eaaaofnjpcodjnbnjeefjhkmdkjbiinn |
Описание | Displays a count of unread Pocket items. |
Размер файла | 40.29 KB |
Количество установок | 462 |
Текущая Версия | 0.2 |
Последнее Обновление | 2014-06-18 |
Дата публикации | 2014-06-18 |
Рейтинг | 3.43/5 Всего 7 оценок |
Разработчик | Sancho Pancho |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pocket Count", "description": "Displays a count of unread Pocket items.", "version": "0.2", "permissions": [ "https:\/\/getpocket.com\/*", "identity", "storage", "alarms", "tabs", "contextMenus" ], "background": { "scripts": [ "jquery-2.1.1.min.js", "background.js" ] }, "icons": { "16": "icon-16x16.png" }, "browser_action": { "default_icon": "icon-disabled.png", "default_popup": "menu.html" } } |