Notify
A google chrome extension to allow the user to receive notifications when the browser is minimized
Qu'est-ce que Notify ?
Notify est une extension Chrome développée par iamwaswa, et sa fonction principale est "A google chrome extension to allow the user to receive notifications when the browser is minimized".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notify
Téléchargez les fichiers d'extension Notify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | dfinkpngcmbaebcaeiklkfooacopmfcm |
URL Officiel | https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm |
Description | A google chrome extension to allow the user to receive notifications when the browser is minimized |
Taille du Fichier | 3.36 KB |
Nombre d'Installations | 41 |
Version Actuelle | 5.0 |
Dernière Mise à Jour | 2018-10-14 |
Date de Publication | 2018-10-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | iamwaswa |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |