Hipchat Auto Dismiss Notifications
Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.
Hipchat Auto Dismiss Notificationsคืออะไร?
Hipchat Auto Dismiss Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Darrin Holst และคุณลักษณะหลักของมันคือ "Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hipchat Auto Dismiss Notifications
ดาวน์โหลดไฟล์ส่วนขยาย Hipchat Auto Dismiss Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | nmindifmgoccchgnkojbjoppdpcdblim |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/empty-title/nmindifmgoccchgnkojbjoppdpcdblim |
| คำอธิบาย | Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds. |
| ขนาดไฟล์ | 4.55 KB |
| จำนวนการติดตั้ง | 20 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2013-02-26 |
| วันที่เผยแพร่ | 2013-02-26 |
| คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | Darrin Holst |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hipchat Auto Dismiss Notifications",
"version": "1.0.0",
"description": "Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.",
"permissions": [
"https:\/\/*.hipchat.com\/"
],
"content_scripts": [
{
"all_frames": true,
"matches": [
"https:\/\/*.hipchat.com\/chat"
],
"js": [
"javascripts\/killNotification.js"
]
}
],
"web_accessible_resources": [
"javascripts\/inject.js"
]
} | |