Toasts Notification
Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
Wat is Toasts Notification?
Toasts Notification is een Chrome-extensie ontwikkeld door imranmurtaza323, en de belangrijkste functie is "Shows off desktop notifications, which are "toast" windows that pop up on the desktop.".
Extensie Screenshots
Download het CRX-bestand van de extensie Toasts Notification
Download Toasts Notification-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Toasts Notification |
ID | llofkfinpdmalmnignjakakanedpcljf |
Officiële URL | https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf |
Beschrijving | Shows off desktop notifications, which are "toast" windows that pop up on the desktop. |
Bestandsgrootte | 48.07 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-11-08 |
Publicatiedatum | 2020-11-08 |
Ontwikkelaar | imranmurtaza323 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.unionwellfrance.com |
Help Pagina-URL | https://www.unionwellfrance.com/contactus.html |
Ondersteunde Talen | 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" ] } |