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 là gì?

ownCloud News Checker là một tiện ích mở rộng Chrome được phát triển bởi jacques, và tính năng chính của nó là "Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ownCloud News Checker

Tải xuống các tệp mở rộng ownCloud News Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ownCloud News Checker ownCloud News Checker
ID hnmagnmdnfdhabdlicankfbfhcdgbfhe
URL Chính Thức https://chromewebstore.google.com/detail/owncloud-news-checker/hnmagnmdnfdhabdlicankfbfhcdgbfhe
Mô tả Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.
Kích Thước Tệp 33.29 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2013-07-24
Ngày Phát Hành 2013-07-24
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển jacques
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/owncloud/news-chrome-notifier
Ngôn Ngữ Được Hỗ Trợ 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"
}