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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

HipChat Emot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 HipChat Emot HipChat Emot
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"
    ]
}