Emojify

Seamless emoji conversion for Facebook Messenger: Give your Messenger emoji superpowers. Made with ❤️ and 🤔 by DinoWare.

Emojifyคืออะไร?

Emojify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wearedinoware.com และคุณลักษณะหลักของมันคือ "Seamless emoji conversion for Facebook Messenger: Give your Messenger emoji superpowers. Made with ❤️ and 🤔 by DinoWare."

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

screenshot
screenshot
screenshot

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

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

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

                        A handy extension to give you the ability to use emoji codes in Facebook's messenger.com, just like you'd do in Slack.

It's easy. Just enter an emoji code, such as ":tada:" and it'll automatically transform into an emoji (🎉 in this case) right before your eyes!

Emojify has plenty of bells and whistles, too. With autocomplete at the ready, Emojify intelligently suggests emojis to you in realtime as you're typing out codes. With a tap of the down arrow, the emoji will insert itself, so you don't have to.

FAQ:
1. Q: I just installed it but it's not working on my already-open Messenger tab
     A: Refresh the page and everything should be functional!
2. Q: I have some feedback/bug reports. Where should I send these?
     A: Go ahead and shoot an email to dinowaredevelopment [at] gmail.com!
3. Q: Some of the emojis don't show up in the autocomplete panel. Why?
     A: This is a limitation of your operating system. Recently, a new set of emojis was released and approved that some older operating systems might not recognize.                    

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

ชื่อ Emojify Emojify
ID llmoocacphpgckbkjnldaglfmngnfhli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emojify/llmoocacphpgckbkjnldaglfmngnfhli
คำอธิบาย Seamless emoji conversion for Facebook Messenger: Give your Messenger emoji superpowers. Made with ❤️ and 🤔 by DinoWare.
ขนาดไฟล์ 55.06 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.5.3
อัปเดตครั้งล่าสุด 2018-11-05
วันที่เผยแพร่ 2018-11-04
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://wearedinoware.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emojify",
    "version": "1.5.3",
    "description": "Seamless emoji conversion for Facebook Messenger: Give your Messenger emoji superpowers. Made with \u2764\ufe0f and \ud83e\udd14 by DinoWare.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.messenger.com\/*"
            ],
            "css": [
                "autocomplete.css"
            ],
            "js": [
                "mappings.js",
                "registerListener.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Emojify16.png",
            "32": "images\/Emojify32.png",
            "48": "images\/Emojify48.png",
            "128": "images\/Emojify128.png"
        }
    },
    "icons": {
        "16": "images\/Emojify16.png",
        "32": "images\/Emojify32.png",
        "48": "images\/Emojify48.png",
        "128": "images\/Emojify128.png"
    },
    "manifest_version": 2
}