Toasts Notification
Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
¿Qué es Toasts Notification?
Toasts Notification es una extensión de Chrome desarrollada por imranmurtaza323, y su función principal es "Shows off desktop notifications, which are "toast" windows that pop up on the desktop.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Toasts Notification
Descarga archivos de extensión Toasts Notification en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Toasts Notification |
ID | llofkfinpdmalmnignjakakanedpcljf |
URL Oficial | https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf |
Descripción | Shows off desktop notifications, which are "toast" windows that pop up on the desktop. |
Tamaño del Archivo | 48.07 KB |
Cantidad de Instalaciones | 11 |
Versión Actual | 1.1 |
Última Actualización | 2020-11-08 |
Fecha de Publicación | 2020-11-08 |
Desarrollador | imranmurtaza323 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.unionwellfrance.com |
URL de la Página de Ayuda | https://www.unionwellfrance.com/contactus.html |
Idiomas Soportados | 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" ] } |