RSS Alert

Notifies user of new posts in RSS feeds

RSS Alert क्या है?

RSS Alert adamzr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notifies user of new posts in RSS feeds"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RSS Alert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With RSS Alert you'll never miss a new post on your favorite blog again. Simply click the RSS Alert button add the RSS, Atom, or Media RSS feed for the site you'd like to monitor and you'll get a notification whenever there's a new post. Multiple feeds can be monitored at once!

The permissions required are to use Google's Feed API.

Icons by: http://www.fasticon.com
Thank you to TechEmpower!                    

एक्सटेंशन की मूल जानकारी

नाम RSS Alert RSS Alert
ID lemgijjifkaldmklohlmjaplmfobgich
आधिकारिक URL https://chromewebstore.google.com/detail/rss-alert/lemgijjifkaldmklohlmjaplmfobgich
विवरण Notifies user of new posts in RSS feeds
फ़ाइल का आकार 78.41 KB
स्थापना संख्या 2,129
वर्तमान संस्करण 0.3
अंतिम अपडेट 2014-12-01
प्रकाशन तिथि 2014-11-30
रेटिंग 2.85/5 कुल 34 रेटिंग्स
डेवलपर adamzr
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/adamzr/RSS-Alert/
सहायता पृष्ठ URL https://github.com/adamzr/RSS-Alert/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RSS Alert",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Notifies user of new posts in RSS feeds",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "browser_action": {
        "default_icon": "19.png",
        "default_title": "RSS Alert",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "homepage_url": "https:\/\/github.com\/adamzr\/RSS-Alert",
    "permissions": [
        "notifications",
        "https:\/\/www.google.com\/*",
        "https:\/\/ssl.google-analytics.com\/*",
        "unlimitedStorage",
        "storage"
    ]
}