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開發的Chrome擴展程式,該擴展的主要功能是“Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.”。

擴展截圖

screenshot

下載ownCloud News Checker擴展crx文件

下載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 ownCloud News Checker
ID hnmagnmdnfdhabdlicankfbfhcdgbfhe
官方網址 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"
}