Toasts Notification
Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
Hvad er Toasts Notification?
Toasts Notification er en Chrome-udvidelse udviklet af imranmurtaza323, og dens hovedfunktion er "Shows off desktop notifications, which are "toast" windows that pop up on the desktop.".
Udvidelsesskærmbilleder
Download Toasts Notification-udvidelses-CRX-fil
Download Toasts Notification-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Toasts Notification |
ID | llofkfinpdmalmnignjakakanedpcljf |
Officiel URL | https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf |
Beskrivelse | Shows off desktop notifications, which are "toast" windows that pop up on the desktop. |
Filstørrelse | 48.07 KB |
Antal Installationer | 11 |
Nuværende Version | 1.1 |
Senest Opdateret | 2020-11-08 |
Udgivelsesdato | 2020-11-08 |
Udvikler | imranmurtaza323 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.unionwellfrance.com |
Hjælpeside-URL | https://www.unionwellfrance.com/contactus.html |
Understøttede Sprog | 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" ] } |