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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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" } |