Twinkledot Tab Notifier
Don't ever miss notifications on changed tabs
Что такое Twinkledot Tab Notifier?
Twinkledot Tab Notifier - это расширение Chrome, разработанное enter., и его основная функция - "Don't ever miss notifications on changed tabs".
Снимки экрана расширения
Скачать файл CRX расширения Twinkledot Tab Notifier
Скачайте файлы расширений Twinkledot Tab Notifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension adds a notification over your pinned tabs when something has happened in the tab: new message arrived, new items to read etc. Основная информация о расширении
| Название | |
| ID | oabcnplfjbnkdpaihdoaapmficokiphh |
| Официальный URL | https://chromewebstore.google.com/detail/twinkledot-tab-notifier/oabcnplfjbnkdpaihdoaapmficokiphh |
| Описание | Don't ever miss notifications on changed tabs |
| Размер файла | 38.46 KB |
| Количество установок | 387 |
| Текущая Версия | 0.0.2 |
| Последнее Обновление | 2015-04-09 |
| Дата публикации | 2015-04-09 |
| Рейтинг | 3.82/5 Всего 11 оценок |
| Разработчик | enter. |
| Тип оплаты | free |
| Поддерживаемые языки | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"name": "Twinkledot Tab Notifier",
"description": "__MSG_app_desc__",
"manifest_version": 2,
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"chrome:\/\/*\/*"
],
"version": "0.0.2",
"icons": {
"128": "img\/128.png",
"48": "img\/48.png",
"16": "img\/16.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |