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によって開発されたChromeの拡張機能で、その主な機能は「Add a list of available HipChat emoticons for easy use as well as some nice hot keys.」です。
拡張機能のスクリーンショット
HipChat Emot拡張機能のCRXファイルをダウンロード
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" ] } |