Notify
Extension to notify about important staff
O que é Notify?
Notify é uma extensão do Chrome desenvolvida por Ariorh, e sua principal característica é "Extension to notify about important staff".
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
Это расширение напоминалка, принципиальное отличие в том что: когда приходит время, появляется уведомление windows которое имеет две кнопки: отложить или открыть
Informações Básicas da Extensão
Nome | Notify |
ID | ckgchhbmlojfgfgapggojdkpembnmpga |
URL Oficial | https://chromewebstore.google.com/detail/notify/ckgchhbmlojfgfgapggojdkpembnmpga |
Descrição | Extension to notify about important staff |
Tamanho do Arquivo | 148 KB |
Contagem de Instalações | 33 |
Versão Atual | 0.0.2 |
Última Atualização | 2020-06-04 |
Data de Publicação | 2020-06-03 |
Desenvolvedor | Ariorh |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Ariorh1337/Notify |
URL da Página de Política de Privacidade | http://ariorh.com/privacy.html |
Idiomas Suportados | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notify", "description": "Extension to notify about important staff", "version": "0.0.2", "browser_action": { "default_popup": "popup\/main.html" }, "icons": { "16": "\/img\/bell.png", "48": "\/img\/bell.png", "128": "\/img\/bell.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "notifications", "tabs" ] } |