feader rss reader

Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!

feader rss reader क्या है?

feader rss reader rajesh appalla द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Feader displays to you RSS feeds that you choose from your favorite content sites and displays them in the form of desktop notifications. This extension is really handy when you want to stay up-to-date with the sites you wish to but find it hard to take time out from your busy schedule to exclusively visit them. This brings articles right to your desktop. Now with Pocket(R) support!                    

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

नाम feader rss reader feader rss reader
ID jjmabnfahcleackdjddlgmmaoipaoifb
आधिकारिक URL https://chrome.google.com/webstore/detail/feader-rss-reader/jjmabnfahcleackdjddlgmmaoipaoifb
विवरण Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!
फ़ाइल का आकार 316 KB
स्थापना संख्या 466
वर्तमान संस्करण 1.1.0.4
अंतिम अपडेट 2014-08-21
प्रकाशन तिथि 2014-08-21
रेटिंग 3.79/5 कुल 19 रेटिंग्स
डेवलपर rajesh appalla
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.chromerss.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "feader rss reader",
    "version": "1.1.0.4",
    "manifest_version": 2,
    "description": "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "launcher.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon-19.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}