Chromed Hipchat
Some tweaks to hipchat.com
Chromed Hipchatคืออะไร?
Chromed Hipchat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Darrin Holst และคุณลักษณะหลักของมันคือ "Some tweaks to hipchat.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chromed Hipchat
ดาวน์โหลดไฟล์ส่วนขยาย Chromed Hipchat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds an emoticon chooser. The default hotkey is '('. Press enter to paste the selected emoticon in to the message input, esc to close. Blurs all possibly nsfw images using a patent pending algorithm. Hover over them to reveal. Contribute at https://github.com/darrinholst/chromed-hipchat
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chromed Hipchat |
ID | jkkfgpedgbikbjelfebhcaicfcgaokhp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chromed-hipchat/jkkfgpedgbikbjelfebhcaicfcgaokhp |
คำอธิบาย | Some tweaks to hipchat.com |
ขนาดไฟล์ | 148 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2014-03-13 |
วันที่เผยแพร่ | 2014-03-13 |
ผู้พัฒนา | Darrin Holst |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chromed Hipchat", "version": "1.4", "description": "Some tweaks to hipchat.com", "permissions": [ "https:\/\/www.hipchat.com\/" ], "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/*.hipchat.com\/chat" ], "css": [ "css\/chromed.css", "css\/probably-nsfw.css" ], "js": [ "javascripts\/vendor\/jquery.js", "javascripts\/vendor\/jquery.plugins.js", "javascripts\/vendor\/underscore.js", "javascripts\/namespace.js", "javascripts\/templates.js", "javascripts\/emoticons.js", "javascripts\/emoticon_chooser.js", "javascripts\/chromed.js" ] } ], "web_accessible_resources": [ "html\/options.html" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "javascripts\/background.js" ] }, "options_page": "html\/options.html" } |