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.”。

扩展截图

screenshot
screenshot

下载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 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\/*"
    ]
}