HipChat Emot
Add a list of available HipChat emoticons for easy use as well as some nice hot keys.
HipChat Emot là gì?
HipChat Emot là một tiện ích mở rộng Chrome được phát triển bởi Jonathan Gertig, và tính năng chính của nó là "Add a list of available HipChat emoticons for easy use as well as some nice hot keys.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HipChat Emot
Tải xuống các tệp mở rộng HipChat Emot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bbnfjminggbnmhkhjpnadlgpnjchbppa |
URL Chính Thức | https://chrome.google.com/webstore/detail/hipchat-emot/bbnfjminggbnmhkhjpnadlgpnjchbppa |
Mô tả | Add a list of available HipChat emoticons for easy use as well as some nice hot keys. |
Kích Thước Tệp | 39.24 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2014-02-02 |
Ngày Phát Hành | 2014-02-02 |
Đánh Giá | 2.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Jonathan Gertig |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jcgertig/hipchat-emot |
URL Trang Trợ Giúp | https://github.com/jcgertig/hipchat-emot |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |