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 |
| 公式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 |
| Eメール | [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"
]
} | |