Notify

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

¿Qué es Notify?

Notify es una extensión de Chrome desarrollada por iamwaswa, y su función principal es "A google chrome extension to allow the user to receive notifications when the browser is minimized".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Notify

Descarga archivos de extensión Notify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Notify Notify
ID dfinkpngcmbaebcaeiklkfooacopmfcm
URL Oficial https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm
Descripción A google chrome extension to allow the user to receive notifications when the browser is minimized
Tamaño del Archivo 3.36 KB
Cantidad de Instalaciones 41
Versión Actual 5.0
Última Actualización 2018-10-14
Fecha de Publicación 2018-10-14
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador iamwaswa
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}