What Emoji Is This?

Defines emojis for you! Just select an emoji, right click and hit the emoji button.

什么是What Emoji Is This??

What Emoji Is This?是由Developer开发的Chrome扩展程序,该扩展的主要功能是“Defines emojis for you! Just select an emoji, right click and hit the emoji button.”。

扩展截图

screenshot

下载What Emoji Is This?扩展crx文件

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

扩展使用说明

                        What Emoji Is This? With this chrome extension, the answer is one click away.

Select the mystery emoji, right click and hit the colourful emoji icon to find a complete description of the selected emoji with all the information you could possibly ask for.

Go ahead and add "What Emoji Is This?" to Chrome for free today!                    

扩展基本信息

名称 What Emoji Is This? What Emoji Is This?
ID fgdleooahdcafimocjhebjpfoobndhbc
官方URL https://chrome.google.com/webstore/detail/what-emoji-is-this/fgdleooahdcafimocjhebjpfoobndhbc
简介 Defines emojis for you! Just select an emoji, right click and hit the emoji button.
文件大小 44.2 KB
安装次数 443
当前版本 1.0
更新时间 2017-06-26
上架时间 2017-06-26
评分 5.00/5 共1次评分
开发者 Developer
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What Emoji Is This?",
    "description": "Defines emojis for you! Just select an emoji, right click and hit the emoji button.",
    "version": "1.0",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}