RSS Reader

RSS Feed Reader

RSS Readerとは何ですか?

RSS ReaderはFree Softwareによって開発されたChromeの拡張機能で、その主な機能は「RSS Feed Reader」です。

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

screenshot

RSS Reader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A full featured RSS reader that's fully contained within the Google Chrome browser.

Features:
- Supports both RSS and Atom feeds
- You can manage the feeds manually or use a bookmark folder
- Use this software today                    

拡張機能の基本情報

名前 RSS Reader RSS Reader
ID lgdhfmcicppejeedlofoeeegkhdjcldn
公式URL https://chromewebstore.google.com/detail/rss-reader/lgdhfmcicppejeedlofoeeegkhdjcldn
説明 RSS Feed Reader
ファイルサイズ 147 KB
インストール数 6,110
現在のバージョン 3.0.0
最終更新日 2022-02-24
公開日 2020-05-20
評価 3.54/5 合計 120 レビュー
開発者 Free Software
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "default_locale": "en",
    "version": "3.0.0",
    "permissions": [
        "bookmarks"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "offline_enabled": true,
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "action": {
        "default_icon": "img\/icon-128.png",
        "default_popup": "index.html"
    },
    "homepage_url": "https:\/\/rss-feed.freebusinessapps.net\/"
}