Toasts Notification
Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
Was ist Toasts Notification?
Toasts Notification ist eine Chrome-Erweiterung, die von imranmurtaza323 entwickelt wurde, und ihr Hauptmerkmal ist "Shows off desktop notifications, which are "toast" windows that pop up on the desktop.".
Erweiterungsscreenshots
Toasts Notification-Erweiterungs-CRX-Datei herunterladen
Laden Sie Toasts Notification-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Toasts Notification |
ID | llofkfinpdmalmnignjakakanedpcljf |
Offizielle URL | https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf |
Beschreibung | Shows off desktop notifications, which are "toast" windows that pop up on the desktop. |
Dateigröße | 48.07 KB |
Installationsanzahl | 11 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-11-08 |
Veröffentlichungsdatum | 2020-11-08 |
Entwickler | imranmurtaza323 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.unionwellfrance.com |
Hilfeseite URL | https://www.unionwellfrance.com/contactus.html |
Unterstützte Sprachen | 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" ] } |