Netvibes Notifier
Displays the number of unread items in your Netvibes account.
Что такое Netvibes Notifier?
Netvibes Notifier - это расширение Chrome, разработанное Mickael Blatière, и его основная функция - "Displays the number of unread items in your Netvibes account.".
Снимки экрана расширения
Скачать файл CRX расширения Netvibes Notifier
Скачайте файлы расширений Netvibes Notifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Version 0.2:
- Multiple feeds support
- Secure feeds support
- Options page to select a dashboard
Version 0.1:
- Displays the number of unread items in your feeds Основная информация о расширении
| Название | |
| ID | gaddempjlhhmknkhnhepmpfngekbjleg |
| Официальный URL | https://chromewebstore.google.com/detail/netvibes-notifier/gaddempjlhhmknkhnhepmpfngekbjleg |
| Описание | Displays the number of unread items in your Netvibes account. |
| Размер файла | 18.84 KB |
| Количество установок | 715 |
| Текущая Версия | 0.2.10 |
| Последнее Обновление | 2017-12-19 |
| Дата публикации | 2017-12-19 |
| Рейтинг | 3.00/5 Всего 31 оценок |
| Разработчик | Mickael Blatière |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netvibes Notifier",
"version": "0.2.10",
"manifest_version": 2,
"description": "Displays the number of unread items in your Netvibes account.",
"icons": {
"128": "img\/icon_128.png",
"64": "img\/icon_64.png",
"32": "img\/icon_32.png",
"16": "img\/icon_16.png"
},
"background": {
"page": "background.html"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"web_accessible_resources": [
"js\/application.js",
"js\/background.js",
"js\/options.js"
],
"permissions": [
"tabs",
"*:\/\/*.netvibes.com\/*"
],
"browser_action": {
"default_title": "",
"default_icon": "img\/disabled_64.png"
}
} | |