Emoji Parser

Input emojis using the universal shortcodes anywhere in your browser

Emoji Parserคืออะไร?

Emoji Parser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย guisers และคุณลักษณะหลักของมันคือ "Input emojis using the universal shortcodes anywhere in your browser"

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

screenshot
screenshot
screenshot

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

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

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

                        Selecting from an emoji menu can be tiresome with all the clicking. Now you can use the standard emoji shortcodes like :joy: 😂, :poop: 💩, :eggplant: 🍆, and etc. You can find an exhaustive list of emoji shortcodes here http://www.emoji-cheat-sheet.com/. Some of them are hard to remember, so a helpful toolbox with suggestions will also appear on the bottom right corner of your screen when you begin typing shortcodes. Simple, clutter-free, and easy to use!

Totally free, and totally ad-free. Doesn't track your conversations.

*Supports Facebook chat, Whatsapp Web, Gmail, and common input boxes
** Let me know if you find an application that doesn't work that you would like to see support added for!

Thanks!                    

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

ชื่อ Emoji Parser Emoji Parser
ID lgjihgjddllimafionnfpgeppblknljk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emoji-parser/lgjihgjddllimafionnfpgeppblknljk
คำอธิบาย Input emojis using the universal shortcodes anywhere in your browser
ขนาดไฟล์ 24.95 KB
จำนวนการติดตั้ง 126
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2016-10-09
วันที่เผยแพร่ 2016-10-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา guisers
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoji Parser",
    "description": "Input emojis using the universal shortcodes anywhere in your browser",
    "version": "0.1.0",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}