Emoji Keyboard

The largest and best emoji icon library. Copy paste!

Emoji Keyboardคืออะไร?

Emoji Keyboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dilutovai และคุณลักษณะหลักของมันคือ "The largest and best emoji icon library. Copy paste!"

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

screenshot

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

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

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

                                            

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

ชื่อ Emoji Keyboard Emoji Keyboard
ID bcioejpheccpfbecheddkfckjmljddpn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/emoji-keyboard/bcioejpheccpfbecheddkfckjmljddpn
คำอธิบาย The largest and best emoji icon library. Copy paste!
ขนาดไฟล์ 12.93 MB
จำนวนการติดตั้ง 1,628
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2022-10-24
วันที่เผยแพร่ 2021-05-19
ผู้พัฒนา dilutovai
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "The largest and best emoji icon library. Copy paste!",
    "default_locale": "en",
    "version": "1.4",
    "permissions": [
        "",
        "storage"
    ],
    "icons": {
        "128": "grinning.png"
    },
    "background": {
        "scripts": [
            "jquery\/jquery.js",
            "default_library.js",
            "sizzle\/sizzle.js",
            "background_scripts\/bg1.js",
            "background_scripts\/bg2.js",
            "background_scripts\/bg3.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery\/jquery.js",
                "content_scripts\/index.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+E",
                "mac": "Ctrl+Shift+E",
                "chromeos": "Alt+Shift+E",
                "linux": "Alt+Shift+E"
            }
        }
    },
    "web_accessible_resources": [
        "*\/**\/**"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "browser_action": {
        "default_icon": "grinning.png",
        "default_popup": "index.html"
    }
}