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 |
| 公式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"
]
} | |