ownCloud News Checker

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

O que é ownCloud News Checker?

ownCloud News Checker é uma extensão do Chrome desenvolvida por jacques, e sua principal característica é "Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ownCloud News Checker

Baixe arquivos de extensão ownCloud News Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ownCloud News Checker ownCloud News Checker
ID hnmagnmdnfdhabdlicankfbfhcdgbfhe
URL Oficial https://chromewebstore.google.com/detail/owncloud-news-checker/hnmagnmdnfdhabdlicankfbfhcdgbfhe
Descrição Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.
Tamanho do Arquivo 33.29 KB
Contagem de Instalações 145
Versão Atual 0.2
Última Atualização 2013-07-24
Data de Publicação 2013-07-24
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor jacques
Tipo de Pagamento free
Site da Extensão https://github.com/owncloud/news-chrome-notifier
Idiomas Suportados 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"
}