Toasts Notification

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

Qu'est-ce que Toasts Notification ?

Toasts Notification est une extension Chrome développée par imranmurtaza323, et sa fonction principale est "Shows off desktop notifications, which are "toast" windows that pop up on the desktop.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Toasts Notification

Téléchargez les fichiers d'extension Toasts Notification au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Toasts Notification Toasts Notification
ID llofkfinpdmalmnignjakakanedpcljf
URL Officiel https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf
Description Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
Taille du Fichier 48.07 KB
Nombre d'Installations 11
Version Actuelle 1.1
Dernière Mise à Jour 2020-11-08
Date de Publication 2020-11-08
Développeur imranmurtaza323
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.unionwellfrance.com
URL de la Page d'Aide https://www.unionwellfrance.com/contactus.html
Langues Prises en Charge 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"
    ]
}