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? - это расширение Chrome, разработанное Developer, и его основная функция - "Defines emojis for you! Just select an emoji, right click and hit the emoji button.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения What Emoji Is This?

Скачайте файлы расширений 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"
    ]
}