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 هو إضافة Chrome تم تطويرها بواسطة jacques، والميزة الرئيسية لها هي "Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ownCloud News Checker
قم بتنزيل ملفات الامتداد ownCloud News Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } |