Notifycon
Show notification count on icon. Only for pinned tabs.
Что такое Notifycon?
Notifycon - это расширение Chrome, разработанное https://www.rain1.it, и его основная функция - "Show notification count on icon. Only for pinned tabs.".
Снимки экрана расширения
Скачать файл CRX расширения Notifycon
Скачайте файлы расширений Notifycon в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Pinned tabs are awesome. But the biggest problem is the document title hidden. So, why don't show the number of notification on favicon? That's all. More features in progress and feedback is welcome
Основная информация о расширении
Название | Notifycon |
ID | jaoianckkhlbbeodjpaajaimlpidbckh |
Официальный URL | https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh |
Описание | Show notification count on icon. Only for pinned tabs. |
Размер файла | 29.17 KB |
Количество установок | 1,103 |
Текущая Версия | 0.9.0 |
Последнее Обновление | 2016-06-27 |
Дата публикации | 2016-06-27 |
Рейтинг | 4.18/5 Всего 28 оценок |
Разработчик | https://www.rain1.it |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link |
URL страницы помощи | http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq |
Поддерживаемые языки | en,it,hu,sr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "Notifycon", "description": "__MSG_appDesc__", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "version": "0.9.0", "icons": { "128": "img\/128.png", "16": "img\/16.png", "48": "img\/48.png" }, "background": { "scripts": [ "js\/Rain1\/Overlay.js", "background.js" ] }, "browser_action": { "default_title": "Notifycon", "default_icon": "img\/16.png", "default_popup": "popup.html" }, "web_accessible_resources": [] } |