Emoji Keyboard

The largest and best emoji icon library. Copy paste!

什么是Emoji Keyboard?

Emoji Keyboard是由dilutovai开发的Chrome扩展程序,该扩展的主要功能是“The largest and best emoji icon library. Copy paste!”。

扩展截图

screenshot

下载Emoji Keyboard扩展crx文件

下载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"
    }
}