Toasts Notification

Shows off desktop notifications, which are "toast" windows that pop up on the desktop.

Toasts Notification là gì?

Toasts Notification là một tiện ích mở rộng Chrome được phát triển bởi imranmurtaza323, và tính năng chính của nó là "Shows off desktop notifications, which are "toast" windows that pop up on the desktop.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Toasts Notification

Tải xuống các tệp mở rộng Toasts Notification dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Toasts Notification Toasts Notification
ID llofkfinpdmalmnignjakakanedpcljf
URL Chính Thức https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf
Mô tả Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
Kích Thước Tệp 48.07 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-11-08
Ngày Phát Hành 2020-11-08
Nhà Phát Triển imranmurtaza323
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.unionwellfrance.com
URL Trang Trợ Giúp https://www.unionwellfrance.com/contactus.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}