Emoji Palette

Easily insert emoji

Emoji Paletteคืออะไร?

Emoji Palette เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Easily insert emoji"

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

screenshot

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

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

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

                        1. Position the cursor in any text field you'd like to insert an emoji.
2. Select and click the emoji, and it will be inserted.


This extension is supported on GitHub, Qiita and Trello.

Enjoy emoji!











Icon made bySmashicons(https://www.flaticon.com/authors/smashicons) from https://www.flaticon.com/


Open source license

emoji-mart-vue-fast
https://www.npmjs.com/package/emoji-mart-vue-fast

emoji-mart
https://github.com/missive/emoji-mart                    

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

ชื่อ Emoji Palette Emoji Palette
ID oocijcnhgpbjeelnoafpcjmjdhogpmid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emoji-palette/oocijcnhgpbjeelnoafpcjmjdhogpmid
คำอธิบาย Easily insert emoji
ขนาดไฟล์ 136 KB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2019-11-14
วันที่เผยแพร่ 2019-11-13
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoji Palette",
    "version": "1",
    "author": "fuubit",
    "description": "Easily insert emoji",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}