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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ownCloud News Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |