HipChat Emot
Add a list of available HipChat emoticons for easy use as well as some nice hot keys.
Qu'est-ce que HipChat Emot ?
HipChat Emot est une extension Chrome développée par Jonathan Gertig, et sa fonction principale est "Add a list of available HipChat emoticons for easy use as well as some nice hot keys.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HipChat Emot
Téléchargez les fichiers d'extension HipChat Emot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | bbnfjminggbnmhkhjpnadlgpnjchbppa |
URL Officiel | https://chrome.google.com/webstore/detail/hipchat-emot/bbnfjminggbnmhkhjpnadlgpnjchbppa |
Description | Add a list of available HipChat emoticons for easy use as well as some nice hot keys. |
Taille du Fichier | 39.24 KB |
Nombre d'Installations | 27 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2014-02-02 |
Date de Publication | 2014-02-02 |
Évaluation | 2.67/5 Total 6 Évaluations |
Développeur | Jonathan Gertig |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jcgertig/hipchat-emot |
URL de la Page d'Aide | https://github.com/jcgertig/hipchat-emot |
Langues Prises en Charge | 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" ] } |