Toasts Notification

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

Cos'è Toasts Notification?

Toasts Notification è un'estensione di Chrome sviluppata da imranmurtaza323, e la sua funzione principale è "Shows off desktop notifications, which are "toast" windows that pop up on the desktop.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Toasts Notification

Scarica i file di estensione Toasts Notification in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Toasts Notification Toasts Notification
ID llofkfinpdmalmnignjakakanedpcljf
URL Ufficiale https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf
Descrizione Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
Dimensione del File 48.07 KB
Conteggio Installazioni 11
Versione Corrente 1.1
Ultimo Aggiornamento 2020-11-08
Data di Pubblicazione 2020-11-08
Sviluppatore imranmurtaza323
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.unionwellfrance.com
URL della Pagina di Aiuto https://www.unionwellfrance.com/contactus.html
Lingue Supportate 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"
    ]
}