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 - это расширение Chrome, разработанное jacques, и его основная функция - "Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.".
Снимки экрана расширения
Скачать файл CRX расширения ownCloud News Checker
Скачайте файлы расширений 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 |
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" } |