Notifier for Reddit
Desktop notifictations for your reddit inbox.
Qu'est-ce que Notifier for Reddit ?
Notifier for Reddit est une extension Chrome développée par Raymond May Jr., et sa fonction principale est "Desktop notifictations for your reddit inbox.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notifier for Reddit
Téléchargez les fichiers d'extension Notifier for Reddit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Notifier for Reddit |
ID | odmoedfabaohbdoiolgfhedcbfpcindh |
URL Officiel | https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh |
Description | Desktop notifictations for your reddit inbox. |
Taille du Fichier | 271 KB |
Nombre d'Installations | 208 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2015-04-12 |
Date de Publication | 2015-04-12 |
Évaluation | 3.25/5 Total 8 Évaluations |
Développeur | Raymond May Jr. |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/octatone/notifier-for-reddit |
URL de la Page d'Aide | https://github.com/octatone/notifier-for-reddit/issues |
Langues Prises en Charge | 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" ] } |