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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |