What Emoji Is This?

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

Cos'è What Emoji Is This??

What Emoji Is This? è un'estensione di Chrome sviluppata da Developer, e la sua funzione principale è "Defines emojis for you! Just select an emoji, right click and hit the emoji button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione What Emoji Is This?

Scarica i file di estensione What Emoji Is This? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome What Emoji Is This? What Emoji Is This?
ID fgdleooahdcafimocjhebjpfoobndhbc
URL Ufficiale https://chrome.google.com/webstore/detail/what-emoji-is-this/fgdleooahdcafimocjhebjpfoobndhbc
Descrizione Defines emojis for you! Just select an emoji, right click and hit the emoji button.
Dimensione del File 44.2 KB
Conteggio Installazioni 443
Versione Corrente 1.0
Ultimo Aggiornamento 2017-06-26
Data di Pubblicazione 2017-06-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Developer
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}