ownCloud News Checker
Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.
ownCloud News Checker란 무엇입니까?
ownCloud News Checker은(는) jacques에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds."입니다.
확장 프로그램 스크린샷
ownCloud News Checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a simple extension to check unread items in your ownCloud News app. Basically the same as gmail checker, but for ownCloud. Add the URL of your news app on the options section. Needs a restart to take effect. The extension requires that you are authenticated with your ownCloud instance in the browser.
확장 프로그램 기본 정보
이름 | ownCloud News Checker |
ID | hnmagnmdnfdhabdlicankfbfhcdgbfhe |
공식 URL | https://chromewebstore.google.com/detail/owncloud-news-checker/hnmagnmdnfdhabdlicankfbfhcdgbfhe |
설명 | Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds. |
파일 크기 | 33.29 KB |
설치 횟수 | 145 |
현재 버전 | 0.2 |
최근 업데이트 | 2013-07-24 |
출시 날짜 | 2013-07-24 |
평점 | 3.50/5 총 4 개의 평점 |
개발자 | jacques |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/owncloud/news-chrome-notifier |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": "owncloud_not_logged_in.png" }, "default_locale": "en", "description": "__MSG_owncloudnewscheck_description__", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "__MSG_owncloudnewscheck_name__", "options_page": "config.html", "permissions": [ "alarms", "tabs", "webNavigation", "*:\/\/*\/*" ], "version": "0.2" } |