Notify
A google chrome extension to allow the user to receive notifications when the browser is minimized
Vad är Notify?
Notify är en Chrome-tillägg utvecklad av iamwaswa, och dess huvudfunktion är "A google chrome extension to allow the user to receive notifications when the browser is minimized".
Tilläggsskärmbilder
Ladda ner Notify-förlängningens CRX-fil
Ladda ner Notify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | dfinkpngcmbaebcaeiklkfooacopmfcm |
Officiell webbadress | https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm |
Beskrivning | A google chrome extension to allow the user to receive notifications when the browser is minimized |
Filstorlek | 3.36 KB |
Antal Installationer | 41 |
Aktuell Version | 5.0 |
Senast Uppdaterad | 2018-10-14 |
Publiceringsdatum | 2018-10-14 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | iamwaswa |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |