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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
    ]
}