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.”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | llofkfinpdmalmnignjakakanedpcljf | 
| 官方網址 | 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"
    ]
}  |  |