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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HipChat Web Xtras
قم بتنزيل ملفات الامتداد HipChat Web Xtras بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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\/*" ] } |