Emoji Insert

Insert text Emoji's with the right-click context menu

Emoji Insertคืออะไร?

Emoji Insert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zXxQuaDxXz และคุณลักษณะหลักของมันคือ "Insert text Emoji's with the right-click context menu"

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

screenshot

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

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

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

                        This is for inserting Kaomoji's (Text Emojis) into your posts. This is for personal use. As-is and no support provided.

Original Code from: https://chrome.google.com/webstore/detail/kaomoji-menu/malffokilgbglamgbaphicpfaolilnhe

Kaomojis from: http://kaomoji.ru and http://japaneseemoticons.me

Update 1.4: 
--> Consolidated Menu                    

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

ชื่อ Emoji Insert Emoji Insert
ID fnacehmbogancnfjgmdmeicophoekfma
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/emoji-insert/fnacehmbogancnfjgmdmeicophoekfma
คำอธิบาย Insert text Emoji's with the right-click context menu
ขนาดไฟล์ 26.78 KB
จำนวนการติดตั้ง 212
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2018-11-27
วันที่เผยแพร่ 2018-11-27
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา zXxQuaDxXz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji Insert",
    "description": "Insert text Emoji's with the right-click context menu",
    "version": "1.4",
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "EmojiContextMenu.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}