HipChat Emot
Add a list of available HipChat emoticons for easy use as well as some nice hot keys.
¿Qué es HipChat Emot?
HipChat Emot es una extensión de Chrome desarrollada por Jonathan Gertig, y su función principal es "Add a list of available HipChat emoticons for easy use as well as some nice hot keys.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión HipChat Emot
Descarga archivos de extensión HipChat Emot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | bbnfjminggbnmhkhjpnadlgpnjchbppa |
URL Oficial | https://chrome.google.com/webstore/detail/hipchat-emot/bbnfjminggbnmhkhjpnadlgpnjchbppa |
Descripción | Add a list of available HipChat emoticons for easy use as well as some nice hot keys. |
Tamaño del Archivo | 39.24 KB |
Cantidad de Instalaciones | 27 |
Versión Actual | 0.2.0 |
Última Actualización | 2014-02-02 |
Fecha de Publicación | 2014-02-02 |
Calificación | 2.67/5 Total de 6 Calificaciones |
Desarrollador | Jonathan Gertig |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/jcgertig/hipchat-emot |
URL de la Página de Ayuda | https://github.com/jcgertig/hipchat-emot |
Idiomas Soportados | 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" ] } |