Notify
A google chrome extension to allow the user to receive notifications when the browser is minimized
Wat is Notify?
Notify is een Chrome-extensie ontwikkeld door iamwaswa, en de belangrijkste functie is "A google chrome extension to allow the user to receive notifications when the browser is minimized".
Extensie Screenshots
Download het CRX-bestand van de extensie Notify
Download Notify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | dfinkpngcmbaebcaeiklkfooacopmfcm |
Officiële URL | https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm |
Beschrijving | A google chrome extension to allow the user to receive notifications when the browser is minimized |
Bestandsgrootte | 3.36 KB |
Aantal Installaties | 41 |
Huidige Versie | 5.0 |
Laatst Bijgewerkt | 2018-10-14 |
Publicatiedatum | 2018-10-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | iamwaswa |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |