RSS Feed Reader

Feedo - The best RSS Feed Reader extension for Chrome. A simple and best method for staying informed of your most recent RSS feeds

RSS Feed Reader क्या है?

RSS Feed Reader zuhagames द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Feedo - The best RSS Feed Reader extension for Chrome. A simple and best method for staying informed of your most recent RSS feeds"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Feedo - The best RSS Feed Reader extension for Chrome. A simple and best method for staying informed of your most recent RSS feeds
- Search for Feeds
- Instantaneously notifies when a new RSS feed found in browser
- Bookmark any posts from extension
- Different themes
- Easy to use
- Right click and bookmark the opened website for later
- And more                    

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

नाम RSS Feed Reader RSS Feed Reader
ID cdlhhcmmdobckneongkkmgigcimeibpf
आधिकारिक URL https://chromewebstore.google.com/detail/rss-feed-reader/cdlhhcmmdobckneongkkmgigcimeibpf
विवरण Feedo - The best RSS Feed Reader extension for Chrome. A simple and best method for staying informed of your most recent RSS feeds
फ़ाइल का आकार 850 KB
स्थापना संख्या 2,287
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-03-06
प्रकाशन तिथि 2015-03-06
रेटिंग 1.74/5 कुल 19 रेटिंग्स
डेवलपर zuhagames
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.zuhapps.com
गोपनीयता नीति पृष्ठ URL http://www.aadhisoft.com/bomosi_docs/privacypolicy-ikontacts.pdf
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RSS Feed Reader",
    "description": "Feedo - The best RSS Feed Reader extension for Chrome. A simple and best method for staying informed of your most recent RSS feeds",
    "version": "1.0",
    "background": {
        "scripts": [
            "job.js",
            "includes\/json2.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "context_scr.js"
            ],
            "css": [
                "job.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "tabs",
        "contextMenus"
    ]
}