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是由Darrin Holst開發的Chrome擴展程式,該擴展的主要功能是“Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.”。
下載Hipchat Auto Dismiss Notifications擴展crx文件
下載Hipchat Auto Dismiss Notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | nmindifmgoccchgnkojbjoppdpcdblim |
| 官方網址 | 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"
]
} | |