HipChat Emot
Add a list of available HipChat emoticons for easy use as well as some nice hot keys.
Τι είναι το HipChat Emot;
Το HipChat Emot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jonathan Gertig, και η κύρια λειτουργία του είναι "Add a list of available HipChat emoticons for easy use as well as some nice hot keys.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HipChat Emot
Λήψη αρχείων επέκτασης HipChat Emot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |