Notifier for Reddit
Desktop notifictations for your reddit inbox.
Co je Notifier for Reddit?
Notifier for Reddit je rozšíření Chrome vyvinuté Raymond May Jr., a jeho hlavní funkcí je „Desktop notifictations for your reddit inbox.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Notifier for Reddit
Stáhněte si soubory rozšíření Notifier for Reddit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Notifier for Reddit |
ID | odmoedfabaohbdoiolgfhedcbfpcindh |
Oficiální URL | https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh |
Popis | Desktop notifictations for your reddit inbox. |
Velikost souboru | 271 KB |
Počet instalací | 208 |
Aktuální Verze | 0.3.0 |
Poslední Aktualizace | 2015-04-12 |
Datum Vydání | 2015-04-12 |
Hodnocení | 3.25/5 Celkem 8 Hodnocení |
Vývojář | Raymond May Jr. |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/octatone/notifier-for-reddit |
URL Stránky Nápovědy | https://github.com/octatone/notifier-for-reddit/issues |
Podporované Jazyky | 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" ] } |