HipChat Web Xtras
Adds additional features to the HipChat web interface.
Was ist HipChat Web Xtras?
HipChat Web Xtras ist eine Chrome-Erweiterung, die von jaswsinc.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds additional features to the HipChat web interface.".
Erweiterungsscreenshots
HipChat Web Xtras-Erweiterungs-CRX-Datei herunterladen
Laden Sie HipChat Web Xtras-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | HipChat Web Xtras |
ID | emcmdhbblifmpnanccioifmlokbmgicb |
Offizielle URL | https://chromewebstore.google.com/detail/hipchat-web-xtras/emcmdhbblifmpnanccioifmlokbmgicb |
Beschreibung | Adds additional features to the HipChat web interface. |
Dateigröße | 751 KB |
Installationsanzahl | 14 |
Aktuelle Version | 14.3.20 |
Letztes Update | 2014-03-22 |
Veröffentlichungsdatum | 2014-03-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | jaswsinc.com |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/WebSharks/HipChat-Web-Xtras |
Hilfeseite URL | https://github.com/WebSharks/HipChat-Web-Xtras/issues |
Unterstützte Sprachen | 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\/*" ] } |