HipChat Web Xtras

Adds additional features to the HipChat web interface.

HipChat Web Xtras là gì?

HipChat Web Xtras là một tiện ích mở rộng Chrome được phát triển bởi jaswsinc.com, và tính năng chính của nó là "Adds additional features to the HipChat web interface.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HipChat Web Xtras

Tải xuống các tệp mở rộng HipChat Web Xtras dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HipChat Web Xtras HipChat Web Xtras
ID emcmdhbblifmpnanccioifmlokbmgicb
URL Chính Thức https://chromewebstore.google.com/detail/hipchat-web-xtras/emcmdhbblifmpnanccioifmlokbmgicb
Mô tả Adds additional features to the HipChat web interface.
Kích Thước Tệp 751 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 14.3.20
Cập Nhật Lần Cuối 2014-03-22
Ngày Phát Hành 2014-03-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển jaswsinc.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/WebSharks/HipChat-Web-Xtras
URL Trang Trợ Giúp https://github.com/WebSharks/HipChat-Web-Xtras/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}