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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | RSS Reader |
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 |
이메일 | [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" } |