Reddit Mail Checker
Automatically checks to see if you have Reddit mail!
Reddit Mail Checker क्या है?
Reddit Mail Checker Kiwisoft.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically checks to see if you have Reddit mail!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Mail Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get updates as soon as you receive a comment or direct message via Reddit! When you receive new mail, the icon will notify you and you'll be able to click it to go directly to your mail!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fdjnhhffjkmodhmboahellidmcegihof |
आधिकारिक URL | https://chrome.google.com/webstore/detail/reddit-mail-checker/fdjnhhffjkmodhmboahellidmcegihof |
विवरण | Automatically checks to see if you have Reddit mail! |
फ़ाइल का आकार | 20.83 KB |
स्थापना संख्या | 98 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2014-09-15 |
प्रकाशन तिथि | 2014-09-15 |
रेटिंग | 4.00/5 कुल 5 रेटिंग्स |
डेवलपर | Kiwisoft.co.uk |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.kiwisoft.co.uk/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Mail Checker", "version": "0.0.4", "manifest_version": 2, "description": "Automatically checks to see if you have Reddit mail!", "homepage_url": "http:\/\/www.kiwisoft.co.uk", "icons": { "16": "icons\/reddit16.png", "48": "icons\/reddit48.png", "128": "icons\/reddit128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/nomail19.png", "default_title": "Go to messages" }, "options_page": "src\/options\/options.html", "permissions": [ "http:\/\/www.reddit.com\/*", "https:\/\/www.reddit.com\/*", "tabs", "storage" ] } |