Background Notification Sound
Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.
Background Notification Soundคืออะไร?
Background Notification Sound เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Safe SA และคุณลักษณะหลักของมันคือ "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Background Notification Sound
ดาวน์โหลดไฟล์ส่วนขยาย Background Notification Sound ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Play a Notification Sound when receiving a message in the background with service worker at https://www.safesa.co.za/track. Also keep chrome running in background to receive messages even if it closes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Background Notification Sound |
ID | diadblmpfmoecighhdmalpahghimodil |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/background-notification-s/diadblmpfmoecighhdmalpahghimodil |
คำอธิบาย | Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background. |
ขนาดไฟล์ | 86.34 KB |
จำนวนการติดตั้ง | 1,424 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2018-10-08 |
วันที่เผยแพร่ | 2018-10-07 |
คะแนน | 2.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Safe SA |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Background Notification Sound", "description": "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.", "version": "0.4", "icons": { "16": "sound16.png", "32": "sound32.png", "48": "sound48.png", "128": "sound128.png" }, "web_accessible_resources": [ "sound16.png" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "webRequest", "https:\/\/*.playsound\/" ] } |