Emoji Keyboard

The largest and best emoji icon library. Copy paste!

Wat is Emoji Keyboard?

Emoji Keyboard is een Chrome-extensie ontwikkeld door dilutovai, en de belangrijkste functie is "The largest and best emoji icon library. Copy paste!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Emoji Keyboard

Download Emoji Keyboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Emoji Keyboard Emoji Keyboard
ID bcioejpheccpfbecheddkfckjmljddpn
Officiële URL https://chrome.google.com/webstore/detail/emoji-keyboard/bcioejpheccpfbecheddkfckjmljddpn
Beschrijving The largest and best emoji icon library. Copy paste!
Bestandsgrootte 12.93 MB
Aantal Installaties 1,628
Huidige Versie 1.4
Laatst Bijgewerkt 2022-10-24
Publicatiedatum 2021-05-19
Ontwikkelaar dilutovai
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}