HipChat Emot

Add a list of available HipChat emoticons for easy use as well as some nice hot keys.

HipChat Emotคืออะไร?

HipChat Emot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Gertig และคุณลักษณะหลักของมันคือ "Add a list of available HipChat emoticons for easy use as well as some nice hot keys."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HipChat Emot

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}