Notifier for Reddit
Desktop notifictations for your reddit inbox.
Notifier for Reddit क्या है?
Notifier for Reddit Raymond May Jr. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Desktop notifictations for your reddit inbox."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notifier for Reddit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |