Notifier for Reddit
Desktop notifictations for your reddit inbox.
Notifier for Reddit란 무엇입니까?
Notifier for Reddit은(는) Raymond May Jr.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Desktop notifictations for your reddit inbox."입니다.
확장 프로그램 스크린샷
Notifier for Reddit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Notifier for Reddit will create desktop notifications for any unread messages you receive to your reddit inbox. Its icon will also turn red and have a badge for the total number of unread messages in your reddit inbox.
확장 프로그램 기본 정보
이름 | Notifier for Reddit |
ID | odmoedfabaohbdoiolgfhedcbfpcindh |
공식 URL | https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh |
설명 | Desktop notifictations for your reddit inbox. |
파일 크기 | 271 KB |
설치 횟수 | 208 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2015-04-12 |
출시 날짜 | 2015-04-12 |
평점 | 3.25/5 총 8 개의 평점 |
개발자 | Raymond May Jr. |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/octatone/notifier-for-reddit |
도움말 페이지 URL | https://github.com/octatone/notifier-for-reddit/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notifier for Reddit", "version": "0.3.0", "manifest_version": 2, "description": "Desktop notifictations for your reddit inbox.", "homepage_url": "http:\/\/google.com", "icons": { "128": "icons\/icon128.png" }, "background": { "page": "html\/background.html", "persistent": true }, "options_page": "html\/options.html", "browser_action": { "default_title": "Notifier for Reddit", "default_popup": "html\/browserAction.html", "default_icon": { "19": "icons\/envelope_read_19.png", "38": "icons\/envelope_read_38.png" } }, "permissions": [ "http:\/\/reddit-notifier-oauth-exchange.herokuapp.com\/*", "https:\/\/oauth.reddit.com\/*", "https:\/\/www.reddit.com\/*", "identity", "notifications", "storage", "webRequest", "webRequestBlocking", "tabs" ] } |