Notify

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

Was ist Notify?

Notify ist eine Chrome-Erweiterung, die von iamwaswa entwickelt wurde, und ihr Hauptmerkmal ist "A google chrome extension to allow the user to receive notifications when the browser is minimized".

Erweiterungsscreenshots

screenshot

Notify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Notify Notify
ID dfinkpngcmbaebcaeiklkfooacopmfcm
Offizielle URL https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm
Beschreibung A google chrome extension to allow the user to receive notifications when the browser is minimized
Dateigröße 3.36 KB
Installationsanzahl 41
Aktuelle Version 5.0
Letztes Update 2018-10-14
Veröffentlichungsdatum 2018-10-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler iamwaswa
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}