HipChat Web Xtras
Adds additional features to the HipChat web interface.
What is HipChat Web Xtras?
HipChat Web Xtras is a Chrome extension developed by jaswsinc.com, and its main feature is "Adds additional features to the HipChat web interface.".
Extension Screenshots
Download HipChat Web Xtras Extension CRX File
Download HipChat Web Xtras extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | HipChat Web Xtras |
ID | emcmdhbblifmpnanccioifmlokbmgicb |
Official URL | https://chromewebstore.google.com/detail/hipchat-web-xtras/emcmdhbblifmpnanccioifmlokbmgicb |
Description | Adds additional features to the HipChat web interface. |
File Size | 751 KB |
Installation Count | 14 |
Current Version | 14.3.20 |
Last Updated | 2014-03-22 |
Publish Date | 2014-03-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jaswsinc.com |
Payment Type | free |
Extension Website | https://github.com/WebSharks/HipChat-Web-Xtras |
Help Page URL | https://github.com/WebSharks/HipChat-Web-Xtras/issues |
Supported Languages | 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\/*" ] } |