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
官方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"
}