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
拡張機能の基本情報
名前 | Badge Notifications for Gmail PWA |
ID | ddkjoljjbgpkohjghilljalfblkcleep |
公式URL | 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 |
Eメール | [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" } } |