Toasts Notification
Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
Τι είναι το Toasts Notification;
Το Toasts Notification είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον imranmurtaza323, και η κύρια λειτουργία του είναι "Shows off desktop notifications, which are "toast" windows that pop up on the desktop.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Toasts Notification
Λήψη αρχείων επέκτασης Toasts Notification σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Toasts Notification |
ID | llofkfinpdmalmnignjakakanedpcljf |
Επίσημο URL | https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf |
Περιγραφή | Shows off desktop notifications, which are "toast" windows that pop up on the desktop. |
Μέγεθος Αρχείου | 48.07 KB |
Αριθμός Εγκαταστάσεων | 11 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2020-11-08 |
Ημερομηνία Δημοσίευσης | 2020-11-08 |
Προγραμματιστής | imranmurtaza323 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.unionwellfrance.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.unionwellfrance.com/contactus.html |
Υποστηριζόμενες Γλώσσες | 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" ] } |