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ファイルをダウンロード
ownCloud News Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } |