Notify
A google chrome extension to allow the user to receive notifications when the browser is minimized
Hvad er Notify?
Notify er en Chrome-udvidelse udviklet af iamwaswa, og dens hovedfunktion er "A google chrome extension to allow the user to receive notifications when the browser is minimized".
Udvidelsesskærmbilleder
Download Notify-udvidelses-CRX-fil
Download Notify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dfinkpngcmbaebcaeiklkfooacopmfcm |
Officiel URL | https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm |
Beskrivelse | A google chrome extension to allow the user to receive notifications when the browser is minimized |
Filstørrelse | 3.36 KB |
Antal Installationer | 41 |
Nuværende Version | 5.0 |
Senest Opdateret | 2018-10-14 |
Udgivelsesdato | 2018-10-14 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | iamwaswa |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |