RSS Alarm
The simplest way to get notified about new feed entries.
RSS Alarm란 무엇입니까?
RSS Alarm은(는) limepix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The simplest way to get notified about new feed entries."입니다.
확장 프로그램 스크린샷
RSS Alarm 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
RSS Alarm is a chrome extension which periodically checks RSS feeds in the background and informs you via notifications if there are news or updates at any of your subscribed rss feeds.
확장 프로그램 기본 정보
이름 | RSS Alarm |
ID | ohgphcdjbnlbnkdooieahfmbmaaipogf |
공식 URL | https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf |
설명 | The simplest way to get notified about new feed entries. |
파일 크기 | 789 KB |
설치 횟수 | 800 |
현재 버전 | 1.2 |
최근 업데이트 | 2022-06-18 |
출시 날짜 | 2014-08-03 |
평점 | 4.29/5 총 14 개의 평점 |
개발자 | limepix |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RSS Alarm", "short_name": "RSS Alarm", "description": "The simplest way to get notified about new feed entries.", "version": "1.2", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "notifications", "tabs" ], "background": { "scripts": [ "js\/jquery.js", "js\/base.js", "js\/popup.js", "js\/background.js" ] }, "options_page": "html\/options.html", "browser_action": { "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png", "48": "images\/logo_48.png" }, "default_title": "RSS Alarm", "default_popup": "html\/popup.html" } } |