Notifier for Reddit
Desktop notifictations for your reddit inbox.
Что такое Notifier for Reddit?
Notifier for Reddit - это расширение Chrome, разработанное Raymond May Jr., и его основная функция - "Desktop notifictations for your reddit inbox.".
Снимки экрана расширения
Скачать файл CRX расширения Notifier for Reddit
Скачайте файлы расширений Notifier for Reddit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Notifier for Reddit will create desktop notifications for any unread messages you receive to your reddit inbox. Its icon will also turn red and have a badge for the total number of unread messages in your reddit inbox.
Основная информация о расширении
Название | Notifier for Reddit |
ID | odmoedfabaohbdoiolgfhedcbfpcindh |
Официальный URL | https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh |
Описание | Desktop notifictations for your reddit inbox. |
Размер файла | 271 KB |
Количество установок | 208 |
Текущая Версия | 0.3.0 |
Последнее Обновление | 2015-04-12 |
Дата публикации | 2015-04-12 |
Рейтинг | 3.25/5 Всего 8 оценок |
Разработчик | Raymond May Jr. |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/octatone/notifier-for-reddit |
URL страницы помощи | https://github.com/octatone/notifier-for-reddit/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notifier for Reddit", "version": "0.3.0", "manifest_version": 2, "description": "Desktop notifictations for your reddit inbox.", "homepage_url": "http:\/\/google.com", "icons": { "128": "icons\/icon128.png" }, "background": { "page": "html\/background.html", "persistent": true }, "options_page": "html\/options.html", "browser_action": { "default_title": "Notifier for Reddit", "default_popup": "html\/browserAction.html", "default_icon": { "19": "icons\/envelope_read_19.png", "38": "icons\/envelope_read_38.png" } }, "permissions": [ "http:\/\/reddit-notifier-oauth-exchange.herokuapp.com\/*", "https:\/\/oauth.reddit.com\/*", "https:\/\/www.reddit.com\/*", "identity", "notifications", "storage", "webRequest", "webRequestBlocking", "tabs" ] } |