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によって開発されたChromeの拡張機能で、その主な機能は「Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

feader rss reader拡張機能のCRXファイルをダウンロード

feader rss reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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:\/\/*\/*"
    ]
}