HipChat Web Xtras

Adds additional features to the HipChat web interface.

HipChat Web Xtras क्या है?

HipChat Web Xtras jaswsinc.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds additional features to the HipChat web interface."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HipChat Web Xtras एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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