Toasts Notification

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

Toasts Notification क्या है?

Toasts Notification imranmurtaza323 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows off desktop notifications, which are "toast" windows that pop up on the desktop."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Toasts Notification एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}