Notify

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

Cos'è Notify?

Notify è un'estensione di Chrome sviluppata da iamwaswa, e la sua funzione principale è "A google chrome extension to allow the user to receive notifications when the browser is minimized".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Notify

Scarica i file di estensione Notify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Notify Notify
ID dfinkpngcmbaebcaeiklkfooacopmfcm
URL Ufficiale https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm
Descrizione A google chrome extension to allow the user to receive notifications when the browser is minimized
Dimensione del File 3.36 KB
Conteggio Installazioni 41
Versione Corrente 5.0
Ultimo Aggiornamento 2018-10-14
Data di Pubblicazione 2018-10-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore iamwaswa
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}