Toasts Notification

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

Что такое Toasts Notification?

Toasts Notification - это расширение Chrome, разработанное imranmurtaza323, и его основная функция - "Shows off desktop notifications, which are "toast" windows that pop up on the desktop.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Toasts Notification

Скачайте файлы расширений Toasts Notification в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Toasts Notification Toasts Notification
ID llofkfinpdmalmnignjakakanedpcljf
Официальный URL https://chromewebstore.google.com/detail/toasts-notification/llofkfinpdmalmnignjakakanedpcljf
Описание Shows off desktop notifications, which are "toast" windows that pop up on the desktop.
Размер файла 48.07 KB
Количество установок 11
Текущая Версия 1.1
Последнее Обновление 2020-11-08
Дата публикации 2020-11-08
Разработчик imranmurtaza323
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.unionwellfrance.com
URL страницы помощи https://www.unionwellfrance.com/contactus.html
Поддерживаемые языки 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"
    ]
}