Toasts Notification

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

Apa itu Toasts Notification?

Toasts Notification adalah ekstensi Chrome yang dikembangkan oleh imranmurtaza323, dan fitur utamanya adalah "Shows off desktop notifications, which are "toast" windows that pop up on the desktop.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Toasts Notification

Unduh file ekstensi Toasts Notification dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Toasts Notification Toasts Notification
ID llofkfinpdmalmnignjakakanedpcljf
URL Resmi https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf
Deskripsi Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
Ukuran File 48.07 KB
Jumlah Instalasi 11
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-11-08
Tanggal Publikasi 2020-11-08
Pengembang imranmurtaza323
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.unionwellfrance.com
URL Halaman Bantuan https://www.unionwellfrance.com/contactus.html
Bahasa yang Didukung 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"
    ]
}