Notify
A google chrome extension to allow the user to receive notifications when the browser is minimized
Co je Notify?
Notify je rozšíření Chrome vyvinuté iamwaswa, a jeho hlavní funkcí je „A google chrome extension to allow the user to receive notifications when the browser is minimized“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Notify
Stáhněte si soubory rozšíření Notify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | dfinkpngcmbaebcaeiklkfooacopmfcm |
Oficiální URL | https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm |
Popis | A google chrome extension to allow the user to receive notifications when the browser is minimized |
Velikost souboru | 3.36 KB |
Počet instalací | 41 |
Aktuální Verze | 5.0 |
Poslední Aktualizace | 2018-10-14 |
Datum Vydání | 2018-10-14 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | iamwaswa |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |