HipChat Web Xtras
Adds additional features to the HipChat web interface.
HipChat Web Xtrasとは何ですか?
HipChat Web Xtrasはjaswsinc.comによって開発されたChromeの拡張機能で、その主な機能は「Adds additional features to the HipChat web interface.」です。
拡張機能のスクリーンショット
HipChat Web Xtras拡張機能のCRXファイルをダウンロード
HipChat Web Xtras拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds Xtra features to the HipChat web interface. Current Xtras Include... - Custom HipChat web themes! - Zen Mode (compose chat messages fullscreen w/ keyboard shortcuts). - Tab Override (allows TAB key in message composition). Great for code samples. - Automatic quoted replies in HipChat (just like GitHub). Select any text and press the `R` key for an automatic quoted reply in HipChat. - Options panel integrated w/ HipChat. This allows you to pick and choose the HipChat Web Xtras you'd like to enable.
拡張機能の基本情報
名前 | HipChat Web Xtras |
ID | emcmdhbblifmpnanccioifmlokbmgicb |
公式URL | https://chromewebstore.google.com/detail/hipchat-web-xtras/emcmdhbblifmpnanccioifmlokbmgicb |
説明 | Adds additional features to the HipChat web interface. |
ファイルサイズ | 751 KB |
インストール数 | 14 |
現在のバージョン | 14.3.20 |
最終更新日 | 2014-03-22 |
公開日 | 2014-03-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | jaswsinc.com |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/WebSharks/HipChat-Web-Xtras |
ヘルプページのURL | https://github.com/WebSharks/HipChat-Web-Xtras/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "14.3.20", "name": "HipChat Web Xtras", "description": "Adds additional features to the HipChat web interface.", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.hipchat.com\/chat*" ], "css": [ "styles\/web-xtras.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/taboverride.min.js", "scripts\/web-xtras.js" ] } ], "permissions": [ "*:\/\/*.hipchat.com\/" ], "web_accessible_resources": [ "images\/*", "styles\/*", "scripts\/*" ] } |