Toasts Notification
Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
Vad är Toasts Notification?
Toasts Notification är en Chrome-tillägg utvecklad av imranmurtaza323, och dess huvudfunktion är "Shows off desktop notifications, which are "toast" windows that pop up on the desktop.".
Tilläggsskärmbilder
Ladda ner Toasts Notification-förlängningens CRX-fil
Ladda ner Toasts Notification-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Toasts Notification |
ID | llofkfinpdmalmnignjakakanedpcljf |
Officiell webbadress | https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf |
Beskrivning | Shows off desktop notifications, which are "toast" windows that pop up on the desktop. |
Filstorlek | 48.07 KB |
Antal Installationer | 11 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2020-11-08 |
Publiceringsdatum | 2020-11-08 |
Utvecklare | imranmurtaza323 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.unionwellfrance.com |
Hjälpsida URL | https://www.unionwellfrance.com/contactus.html |
Stödda Språk | 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" ] } |