Toasts Notification

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

Co je Toasts Notification?

Toasts Notification je rozšíření Chrome vyvinuté imranmurtaza323, a jeho hlavní funkcí je „Shows off desktop notifications, which are "toast" windows that pop up on the desktop.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Toasts Notification

Stáhněte si soubory rozšíření Toasts Notification ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Toasts Notification Toasts Notification
ID llofkfinpdmalmnignjakakanedpcljf
Oficiální URL https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf
Popis Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
Velikost souboru 48.07 KB
Počet instalací 11
Aktuální Verze 1.1
Poslední Aktualizace 2020-11-08
Datum Vydání 2020-11-08
Vývojář imranmurtaza323
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.unionwellfrance.com
URL Stránky Nápovědy https://www.unionwellfrance.com/contactus.html
Podporované Jazyky 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"
    ]
}