ownCloud News Checker
Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.
Vad är ownCloud News Checker?
ownCloud News Checker är en Chrome-tillägg utvecklad av jacques, och dess huvudfunktion är "Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.".
Tilläggsskärmbilder
Ladda ner ownCloud News Checker-förlängningens CRX-fil
Ladda ner ownCloud News Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | ownCloud News Checker |
ID | hnmagnmdnfdhabdlicankfbfhcdgbfhe |
Officiell webbadress | https://chromewebstore.google.com/detail/owncloud-news-checker/hnmagnmdnfdhabdlicankfbfhcdgbfhe |
Beskrivning | Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds. |
Filstorlek | 33.29 KB |
Antal Installationer | 145 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2013-07-24 |
Publiceringsdatum | 2013-07-24 |
Betyg | 3.50/5 Totalt 4 Betyg |
Utvecklare | jacques |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/owncloud/news-chrome-notifier |
Stödda Språk | 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" } |