HipChat Web Xtras

Adds additional features to the HipChat web interface.

HipChat Web Xtrasคืออะไร?

HipChat Web Xtras เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jaswsinc.com และคุณลักษณะหลักของมันคือ "Adds additional features to the HipChat web interface."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HipChat Web Xtras

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}