Emoji Keyboard - Emojis For Chrome

Emoji Keyboard is a free extension that lets you input emojis on the web browser of your computer

Emoji Keyboard - Emojis For Chromeคืออะไร?

Emoji Keyboard - Emojis For Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tasneem.cohen และคุณลักษณะหลักของมันคือ "Emoji Keyboard is a free extension that lets you input emojis on the web browser of your computer"

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

screenshot

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

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

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

                        Emoji Keyboard - Emojis For Chrome extension lets you input emojis right in a web browser. It also comes with a search functionality that helps easily get emoji. 
Click to the extension icon to invoke an emoji keyboard. Please hover on emojis to see their meanings. And you can copy it to the clipboard & or insert it to an input element.                    

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

ชื่อ Emoji Keyboard - Emojis For Chrome Emoji Keyboard - Emojis For Chrome
ID fbcgkphadgmbalmlklhbdagcicajenei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emoji-keyboard-emojis-for/fbcgkphadgmbalmlklhbdagcicajenei
คำอธิบาย Emoji Keyboard is a free extension that lets you input emojis on the web browser of your computer
ขนาดไฟล์ 1.47 MB
จำนวนการติดตั้ง 329,405
เวอร์ชันปัจจุบัน 4.5.4
อัปเดตครั้งล่าสุด 2023-08-29
วันที่เผยแพร่ 2019-10-22
คะแนน 4.62/5 รวมทั้งหมด 6183 คะแนน
ผู้พัฒนา tasneem.cohen
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://coolsymbol.com/cool-fancy-text-generator.html
URL หน้าช่วยเหลือ https://coolsymbol.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "emojikeyboard.html"
    },
    "background": {
        "page": "emojikeyboard.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+Shift+E",
                "linux": "Alt+Shift+E",
                "mac": "Alt+Shift+E",
                "windows": "Alt+Shift+E"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "insert-emoji.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Emoji Keyboard is a free extension that lets you input emojis on the web browser of your computer",
    "icons": {
        "128": "icon128.png",
        "16": "icon.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Emoji Keyboard - Emojis For Chrome",
    "short_name": "Emoji Keyboard",
    "permissions": [
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "4.5.4",
    "web_accessible_resources": [
        "jquery-3.1.0.min.js",
        "data_emoji.js",
        "images\/sprites\/emojione\/emojione-0-2x.png",
        "images\/sprites\/emojione\/emojione-1-2x.png",
        "images\/sprites\/emojione\/emojione-2-2x.png",
        "images\/sprites\/emojione\/emojione-3-2x.png",
        "images\/sprites\/emojione\/emojione-4-2x.png",
        "images\/sprites\/emojione\/emojione-5-2x.png",
        "images\/sprites\/emojione\/emojione-6-2x.png",
        "images\/sprites\/emojione\/emojione-7-2x.png",
        "images\/sprites\/emojione\/emojione-8-2x.png",
        "sweetalert2.min.css",
        "sweetalert2.min.js",
        "emojikeyboard.png",
        "ga.js"
    ]
}