Notify
A google chrome extension to allow the user to receive notifications when the browser is minimized
Что такое Notify?
Notify - это расширение Chrome, разработанное iamwaswa, и его основная функция - "A google chrome extension to allow the user to receive notifications when the browser is minimized".
Снимки экрана расширения
Скачать файл CRX расширения Notify
Скачайте файлы расширений Notify в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Open google chrome and make sure that a tab is open. Then you can proceed to minimize the tab and you can go on to use another window on your laptop or desktop. Whenever you get a notification or message that looks like, Steve (1) on the tab, you will have either the taskbar light up on windows with the tab name or the app will bounce on mac
Основная информация о расширении
Название | |
ID | dfinkpngcmbaebcaeiklkfooacopmfcm |
Официальный URL | https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm |
Описание | A google chrome extension to allow the user to receive notifications when the browser is minimized |
Размер файла | 3.36 KB |
Количество установок | 41 |
Текущая Версия | 5.0 |
Последнее Обновление | 2018-10-14 |
Дата публикации | 2018-10-14 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | iamwaswa |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notify", "version": "5.0", "description": "A google chrome extension to allow the user to receive notifications when the browser is minimized", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |