What Emoji Is This?

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

Co to jest What Emoji Is This??

What Emoji Is This? to rozszerzenie Chrome opracowane przez Developer, a jego główną funkcją jest „Defines emojis for you! Just select an emoji, right click and hit the emoji button.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia What Emoji Is This?

Pobierz pliki rozszerzeń What Emoji Is This? w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa What Emoji Is This? What Emoji Is This?
ID fgdleooahdcafimocjhebjpfoobndhbc
Oficjalny URL https://chrome.google.com/webstore/detail/what-emoji-is-this/fgdleooahdcafimocjhebjpfoobndhbc
Opis Defines emojis for you! Just select an emoji, right click and hit the emoji button.
Rozmiar pliku 44.2 KB
Liczba instalacji 443
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-06-26
Data Publikacji 2017-06-26
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Developer
Typ Płatności free
Obsługiwane Języki 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"
    ]
}