Notifications sample extension
Extension to test full notifications API namespace
Notifications sample extensionคืออะไร?
Notifications sample extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย utkpatdev และคุณลักษณะหลักของมันคือ "Extension to test full notifications API namespace"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notifications sample extension
ดาวน์โหลดไฟล์ส่วนขยาย Notifications sample extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension can be used to test different types of notifications that can be created using the notifications API for chrome extensions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fenbgmnkplieggjoplppaglhkkbhdfjo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo |
คำอธิบาย | Extension to test full notifications API namespace |
ขนาดไฟล์ | 229 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.3.4.0 |
อัปเดตครั้งล่าสุด | 2022-11-25 |
วันที่เผยแพร่ | 2019-06-12 |
ผู้พัฒนา | utkpatdev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "utkpatdev", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png" }, "description": "Extension to test full notifications API namespace", "manifest_version": 2, "name": "Notifications sample extension", "options_page": "options.html", "permissions": [ "notifications" ], "version": "1.3.4.0" } |