Toasts Notification
Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
What is Toasts Notification?
Toasts Notification is a Chrome extension developed by imranmurtaza323, and its main feature is "Shows off desktop notifications, which are "toast" windows that pop up on the desktop.".
Extension Screenshots
Download Toasts Notification Extension CRX File
Download Toasts Notification extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Toasts Notification |
ID | llofkfinpdmalmnignjakakanedpcljf |
Official URL | https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf |
Description | Shows off desktop notifications, which are "toast" windows that pop up on the desktop. |
File Size | 48.07 KB |
Installation Count | 11 |
Current Version | 1.1 |
Last Updated | 2020-11-08 |
Publish Date | 2020-11-08 |
Developer | imranmurtaza323 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.unionwellfrance.com |
Help Page URL | https://www.unionwellfrance.com/contactus.html |
Supported Languages | 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" ] } |