RSS Reader
RSS/ATOM reader. No server backend required, all parsing is done in browser. No synchronization.
RSS Readerとは何ですか?
RSS ReaderはDusan Halickyによって開発されたChromeの拡張機能で、その主な機能は「RSS/ATOM reader. No server backend required, all parsing is done in browser. No synchronization.」です。
拡張機能のスクリーンショット
RSS Reader拡張機能のCRXファイルをダウンロード
RSS Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
RSS Reader is extension for reading RSS and ATOM news feeds. It does not require any server to work. Storage is somewhat limited, currently to 5 MB so that RR does not actually store the feeds data. 拡張機能の基本情報
| 名前 | |
| ID | dajjempcbjhhdgbkepjmbbbfcaiehmmd |
| 公式URL | https://chromewebstore.google.com/detail/rss-reader/dajjempcbjhhdgbkepjmbbbfcaiehmmd |
| 説明 | RSS/ATOM reader. No server backend required, all parsing is done in browser. No synchronization. |
| ファイルサイズ | 114 KB |
| インストール数 | 687 |
| 現在のバージョン | 0.1.73 |
| 最終更新日 | 2022-06-24 |
| 公開日 | 2018-08-09 |
| 評価 | 2.80/5 合計 10 レビュー |
| 開発者 | Dusan Halicky |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://ghost.sk/privacy-policy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "icon\/19.png",
"default_popup": "popup.html"
},
"description": "RSS\/ATOM reader. No server backend required, all parsing is done in browser. No synchronization.",
"icons": {
"128": "icon\/128.png",
"16": "icon\/16.png",
"19": "icon\/19.png",
"32": "icon\/32.png",
"48": "icon\/48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "38",
"name": "RSS Reader",
"short_name": "RSS Reader",
"options_page": "settings.html",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"version": "0.1.73"
} | |