Toasts Notification
Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
O que é Toasts Notification?
Toasts Notification é uma extensão do Chrome desenvolvida por imranmurtaza323, e sua principal característica é "Shows off desktop notifications, which are "toast" windows that pop up on the desktop.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Toasts Notification
Baixe arquivos de extensão Toasts Notification 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
Shows off desktop notifications, which are "toast" windows that pop up on the desktop. Create a timer of 1 to 10 mints for reminder to do some important work, extension will remind with a notification with sound.
Informações Básicas da Extensão
Nome | Toasts Notification |
ID | llofkfinpdmalmnignjakakanedpcljf |
URL Oficial | https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf |
Descrição | Shows off desktop notifications, which are "toast" windows that pop up on the desktop. |
Tamanho do Arquivo | 48.07 KB |
Contagem de Instalações | 11 |
Versão Atual | 1.1 |
Última Atualização | 2020-11-08 |
Data de Publicação | 2020-11-08 |
Desenvolvedor | imranmurtaza323 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.unionwellfrance.com |
URL da Página de Ajuda | https://www.unionwellfrance.com/contactus.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toasts Notification", "version": "1.1", "description": "Shows off desktop notifications, which are \"toast\" windows that pop up on the desktop.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "notifications" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ] } |