Toasts Notification

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

Co to jest Toasts Notification?

Toasts Notification to rozszerzenie Chrome opracowane przez imranmurtaza323, a jego główną funkcją jest „Shows off desktop notifications, which are "toast" windows that pop up on the desktop.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Toasts Notification

Pobierz pliki rozszerzeń Toasts Notification w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Toasts Notification Toasts Notification
ID llofkfinpdmalmnignjakakanedpcljf
Oficjalny URL https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf
Opis Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
Rozmiar pliku 48.07 KB
Liczba instalacji 11
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-11-08
Data Publikacji 2020-11-08
Deweloper imranmurtaza323
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.unionwellfrance.com
Adres URL Strony Pomocy https://www.unionwellfrance.com/contactus.html
Obsługiwane Języki 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"
    ]
}