Personalised Emoji

Create custom Emoji and use in facebook chat

Personalised Emojiคืออะไร?

Personalised Emoji เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shamimbiswas93 และคุณลักษณะหลักของมันคือ "Create custom Emoji and use in facebook chat"

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

ดาวน์โหลดไฟล์ส่วนขยาย Personalised Emoji ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Bring Facial Expressions into Facebook

This extension allows you to select your own pictures and use them as standard emoji in Facebook chat. No need to be constrained to the basic boring template emojis. Enjoy the full diversity of expressions your god gifted and truly unique face and show it to the world. All this without changing your chatting habits. Just type in emoticons keywords as you you do now and let the plugin do the rest.

Instructions : 

1) download plugin.
2) click on the icon in the top right corner of chrome browser.
3) you are directed to a site
4) Signup with facebook username
5) upload your photos
6) next goto facebook and when you type :) or :( then you get your photo.

Note: The extension should be installed at both ends.

Acknowledgement : This is developed by students of Jamia Millia Islamia in collaboration with MixOrg Consulatancy Services

Authors: Shamim Biswas, Amir Jamil, Deepanshu Bhatia, Aman Singh, Amir Ahmed                    

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

ชื่อ Personalised Emoji Personalised Emoji
ID enfbjgkbmfbhpepohbcjhanipeoelppo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/personalised-emoji/enfbjgkbmfbhpepohbcjhanipeoelppo
คำอธิบาย Create custom Emoji and use in facebook chat
ขนาดไฟล์ 63.75 KB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-11-05
วันที่เผยแพร่ 2014-11-05
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา shamimbiswas93
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "myscript.js",
                "newscript.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "description": "Create custom Emoji and use in facebook chat",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoBXW6Z3OG06uA4731BGKCHs\/xhYqISywrrkZB73B2tgvayvUcZTuNWzoqFcsNxCG206neGWfzd1gTUSKjeZMowNbfy+m3Bq5GpcAQbu6VXuaArjfm7F83IM8eo0qo5BmgGxnPXnQWZd1KVuUwaS651TaaovcjwbFczXsYsBNGUeVFDxt8cFuavFlpn4mgdLpbfr4hW\/Wfcx3TXbffXlmqdBaoOhAPXjBbBHxJsEZw7BG2TidgYCg3AseZZOtMhqzHCHg4e2fZY3bcoh\/uSaYadp3\/wRVQW8TvT93THy+eMdqKzsi9ew1MwpygIrdISw5vhx1\/0v2JUDF\/UJUw+h1kQIDAQAB",
    "manifest_version": 2,
    "name": "Personalised Emoji",
    "permissions": [
        "http:\/\/files.parsetfss.com\/",
        "http:\/\/www.parsecdn.com\/",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        "images\/*.png",
        "popup.js"
    ]
}