Chromed Hipchat
Some tweaks to hipchat.com
What is Chromed Hipchat?
Chromed Hipchat is a Chrome extension developed by Darrin Holst, and its main feature is "Some tweaks to hipchat.com".
Extension Screenshots
Download Chromed Hipchat Extension CRX File
Download Chromed Hipchat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Chromed Hipchat |
ID | jkkfgpedgbikbjelfebhcaicfcgaokhp |
Official URL | https://chromewebstore.google.com/detail/chromed-hipchat/jkkfgpedgbikbjelfebhcaicfcgaokhp |
Description | Some tweaks to hipchat.com |
File Size | 148 KB |
Installation Count | 19 |
Current Version | 1.4 |
Last Updated | 2014-03-13 |
Publish Date | 2014-03-13 |
Developer | Darrin Holst |
Payment Type | free |
Supported Languages | 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" } |