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
官方網址 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\/*"
    ]
}