Emoji Select

Add Emojis to your text !

Emoji Selectคืออะไร?

Emoji Select เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adelawalter90 และคุณลักษณะหลักของมันคือ "Add Emojis to your text !"

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

screenshot
screenshot
screenshot

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

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

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

                        EMOJI SELECT helps you out making your chat more impressive by adding amazing emojis to your text ! Install this today on your browser and enjoy chatting with your buds. 

Important: The extension is allowed for Non-Adult sites only.                    

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

ชื่อ Emoji Select Emoji Select
ID lacopdelfhkenhcmejfpehpndpmnahol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emoji-select/lacopdelfhkenhcmejfpehpndpmnahol
คำอธิบาย Add Emojis to your text !
ขนาดไฟล์ 84.87 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2020-12-23
วันที่เผยแพร่ 2020-12-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา adelawalter90
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoji Select",
    "version": "0.2",
    "description": "Add Emojis to your text !",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "demo.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}