Notifier for Reddit
Desktop notifictations for your reddit inbox.
Co to jest Notifier for Reddit?
Notifier for Reddit to rozszerzenie Chrome opracowane przez Raymond May Jr., a jego główną funkcją jest „Desktop notifictations for your reddit inbox.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Notifier for Reddit
Pobierz pliki rozszerzeń Notifier for Reddit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Notifier for Reddit |
ID | odmoedfabaohbdoiolgfhedcbfpcindh |
Oficjalny URL | https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh |
Opis | Desktop notifictations for your reddit inbox. |
Rozmiar pliku | 271 KB |
Liczba instalacji | 208 |
Aktualna Wersja | 0.3.0 |
Ostatnia Aktualizacja | 2015-04-12 |
Data Publikacji | 2015-04-12 |
Ocena | 3.25/5 Łącznie 8 Oceny |
Deweloper | Raymond May Jr. |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/octatone/notifier-for-reddit |
Adres URL Strony Pomocy | https://github.com/octatone/notifier-for-reddit/issues |
Obsługiwane Języki | 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" ] } |