Badge Notifications for Gmail PWA
A tool to add a pending notification app badge (tested on Chrome OS)
什麼是Badge Notifications for Gmail PWA?
Badge Notifications for Gmail PWA是由iamacarpet開發的Chrome擴展程式,該擴展的主要功能是“A tool to add a pending notification app badge (tested on Chrome OS)”。
擴展截圖
下載Badge Notifications for Gmail PWA擴展crx文件
下載Badge Notifications for Gmail PWA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Show badge notifications in the dock/shelf when using Gmail as an app (PWA).
PWA badge notifications are supported on Windows, macOS and ChromeOS:
https://chromestatus.com/feature/6068482055602176                     擴展基本資訊
| 名稱 |   |  
| ID | ddkjoljjbgpkohjghilljalfblkcleep | 
| 官方網址 | https://chromewebstore.google.com/detail/badge-notifications-for-g/ddkjoljjbgpkohjghilljalfblkcleep | 
| 簡介 | A tool to add a pending notification app badge (tested on Chrome OS) | 
| 檔案大小 | 8.77 KB | 
| 安裝次數 | 23 | 
| 目前版本 | 1.2 | 
| 更新時間 | 2023-07-12 | 
| 上架時間 | 2023-07-05 | 
| 評分 | 5.00/5 共 3 次評分 | 
| 開發者 | iamacarpet | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://github.com/a1comms/chromeos-apps-for-office365/tree/master/gmail-chromeos-notifications | 
| 支援的語言 | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Badge Notifications for Gmail PWA",
    "version": "1.2",
    "description": "A tool to add a pending notification app badge (tested on Chrome OS)",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png"
    }
}  |  |