feader rss reader
Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!
feader rss reader란 무엇입니까?
feader rss reader은(는) rajesh appalla에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!"입니다.
확장 프로그램 스크린샷
feader rss reader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Feader displays to you RSS feeds that you choose from your favorite content sites and displays them in the form of desktop notifications. This extension is really handy when you want to stay up-to-date with the sites you wish to but find it hard to take time out from your busy schedule to exclusively visit them. This brings articles right to your desktop. Now with Pocket(R) support!
확장 프로그램 기본 정보
이름 | |
ID | jjmabnfahcleackdjddlgmmaoipaoifb |
공식 URL | https://chrome.google.com/webstore/detail/feader-rss-reader/jjmabnfahcleackdjddlgmmaoipaoifb |
설명 | Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support! |
파일 크기 | 316 KB |
설치 횟수 | 466 |
현재 버전 | 1.1.0.4 |
최근 업데이트 | 2014-08-21 |
출시 날짜 | 2014-08-21 |
평점 | 3.79/5 총 19 개의 평점 |
개발자 | rajesh appalla |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.chromerss.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "feader rss reader", "version": "1.1.0.4", "manifest_version": 2, "description": "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "launcher.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "icon-19.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ] } |