HipChat Emot
Add a list of available HipChat emoticons for easy use as well as some nice hot keys.
HipChat Emot क्या है?
HipChat Emot Jonathan Gertig द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a list of available HipChat emoticons for easy use as well as some nice hot keys."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HipChat Emot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add a list of available HipChat emoticons to the Hipchat web app for easy use as well as some nice hot keys. It is open source on Github at github.com/jcgertig/hipchat-emot Update: Now using sync storage never be redirected again! Well once :). To update emots in storage you can go to hipchat-emoticons.nyh.name checkout the author at henrik.nyh.se Enter to submit or shift enter for new line. Fixed @ linking autocomplete bug
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bbnfjminggbnmhkhjpnadlgpnjchbppa |
आधिकारिक URL | https://chrome.google.com/webstore/detail/hipchat-emot/bbnfjminggbnmhkhjpnadlgpnjchbppa |
विवरण | Add a list of available HipChat emoticons for easy use as well as some nice hot keys. |
फ़ाइल का आकार | 39.24 KB |
स्थापना संख्या | 27 |
वर्तमान संस्करण | 0.2.0 |
अंतिम अपडेट | 2014-02-02 |
प्रकाशन तिथि | 2014-02-02 |
रेटिंग | 2.67/5 कुल 6 रेटिंग्स |
डेवलपर | Jonathan Gertig |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jcgertig/hipchat-emot |
सहायता पृष्ठ URL | https://github.com/jcgertig/hipchat-emot |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HipChat Emot", "short_name": "HipChat Emot", "description": "Add a list of available HipChat emoticons for easy use as well as some nice hot keys.", "version": "0.2.0", "author": "Jonathan Gertig", "manifest_version": 2, "permissions": [ "tabs", "storage", "http:\/\/*.hipchat.com\/*", "https:\/\/*.hipchat.com\/*", "http:\/\/hipchat-emoticons.nyh.name\/" ], "content_scripts": [ { "matches": [ "http:\/\/*.hipchat.com\/*", "https:\/\/*.hipchat.com\/*", "http:\/\/hipchat-emoticons.nyh.name\/" ], "js": [ "content.js", "js\/jquery-2.1.0.min.js" ], "css": [ "styling.css" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "25": "sweetjesus.png" }, "web_accessible_resources": [ "input.html", "js\/jquery-2.1.0.min.js", "bottom.png" ] } |