Emoji Selector

Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…

什么是Emoji Selector?

Emoji Selector是由Faycal Bessayah开发的Chrome扩展程序,该扩展的主要功能是“Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…”。

扩展截图

screenshot
screenshot

下载Emoji Selector扩展crx文件

下载Emoji Selector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Love emojis?
This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to emoticon-websites to search, copy and paste emojis to your message.
The extension is very simple to use. Click on the extension button or use the shortcut command  ‘Ctrl+E’ and start searching emojis by typing keywords. The selected emoji is automatically put into your message, comment, etc.

* You need to refresh opened pages after installation.                    

扩展基本信息

名称 Emoji Selector Emoji Selector
ID cmhipmaommgbjboekcbbilbflfekdlgi
官方URL https://chromewebstore.google.com/detail/emoji-selector/cmhipmaommgbjboekcbbilbflfekdlgi
简介 Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…
文件大小 272 KB
安装次数 24
当前版本 1.0
更新时间 2021-03-14
上架时间 2021-02-01
开发者 Faycal Bessayah
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoji Selector",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+E",
                "mac": "Command+E",
                "chromeos": "Ctrl+E",
                "linux": "Ctrl+E"
            }
        }
    },
    "browser_action": {
        "default_icon": "emoji.png",
        "default_popup": "index.html",
        "default_title": "Emoji Selector"
    }
}