Toasts Notification

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

什么是Toasts Notification?

Toasts Notification是由imranmurtaza323开发的Chrome扩展程序,该扩展的主要功能是“Shows off desktop notifications, which are "toast" windows that pop up on the desktop.”。

扩展截图

screenshot

下载Toasts Notification扩展crx文件

下载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"
    ]
}