Emoji Keyboard

The largest and best emoji icon library. Copy paste!

What is Emoji Keyboard?

Emoji Keyboard is a Chrome extension developed by dilutovai, and its main feature is "The largest and best emoji icon library. Copy paste!".

Extension Screenshots

screenshot

Download Emoji Keyboard Extension CRX File

Download Emoji Keyboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Emoji Keyboard Emoji Keyboard
ID bcioejpheccpfbecheddkfckjmljddpn
Official URL https://chrome.google.com/webstore/detail/emoji-keyboard/bcioejpheccpfbecheddkfckjmljddpn
Description The largest and best emoji icon library. Copy paste!
File Size 12.93 MB
Installation Count 1,628
Current Version 1.4
Last Updated 2022-10-24
Publish Date 2021-05-19
Developer dilutovai
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}