ownCloud News Checker

Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.

Co je ownCloud News Checker?

ownCloud News Checker je rozšíření Chrome vyvinuté jacques, a jeho hlavní funkcí je „Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ownCloud News Checker

Stáhněte si soubory rozšíření ownCloud News Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ownCloud News Checker ownCloud News Checker
ID hnmagnmdnfdhabdlicankfbfhcdgbfhe
Oficiální URL https://chromewebstore.google.com/detail/owncloud-news-checker/hnmagnmdnfdhabdlicankfbfhcdgbfhe
Popis Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.
Velikost souboru 33.29 KB
Počet instalací 145
Aktuální Verze 0.2
Poslední Aktualizace 2013-07-24
Datum Vydání 2013-07-24
Hodnocení 3.50/5 Celkem 4 Hodnocení
Vývojář jacques
Typ Platby free
Webové stránky Rozšíření https://github.com/owncloud/news-chrome-notifier
Podporované Jazyky 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"
}