Notify
A google chrome extension to allow the user to receive notifications when the browser is minimized
O que é Notify?
Notify é uma extensão do Chrome desenvolvida por iamwaswa, e sua principal característica é "A google chrome extension to allow the user to receive notifications when the browser is minimized".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Notify
Baixe arquivos de extensão Notify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | dfinkpngcmbaebcaeiklkfooacopmfcm |
URL Oficial | https://chromewebstore.google.com/detail/notify/dfinkpngcmbaebcaeiklkfooacopmfcm |
Descrição | A google chrome extension to allow the user to receive notifications when the browser is minimized |
Tamanho do Arquivo | 3.36 KB |
Contagem de Instalações | 41 |
Versão Atual | 5.0 |
Última Atualização | 2018-10-14 |
Data de Publicação | 2018-10-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | iamwaswa |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |