Chromed Hipchat
Some tweaks to hipchat.com
Chromed Hipchat क्या है?
Chromed Hipchat Darrin Holst द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Some tweaks to hipchat.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chromed Hipchat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |