Notify

A google chrome extension to allow the user to receive notifications when the browser is minimized

Co to jest Notify?

Notify to rozszerzenie Chrome opracowane przez iamwaswa, a jego główną funkcją jest „A google chrome extension to allow the user to receive notifications when the browser is minimized”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Notify

Pobierz pliki rozszerzeń Notify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Notify Notify
ID dfinkpngcmbaebcaeiklkfooacopmfcm
Oficjalny URL https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm
Opis A google chrome extension to allow the user to receive notifications when the browser is minimized
Rozmiar pliku 3.36 KB
Liczba instalacji 41
Aktualna Wersja 5.0
Ostatnia Aktualizacja 2018-10-14
Data Publikacji 2018-10-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper iamwaswa
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}