What Emoji Is This?

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

Wat is What Emoji Is This??

What Emoji Is This? is een Chrome-extensie ontwikkeld door Developer, en de belangrijkste functie is "Defines emojis for you! Just select an emoji, right click and hit the emoji button.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie What Emoji Is This?

Download What Emoji Is This?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam What Emoji Is This? What Emoji Is This?
ID fgdleooahdcafimocjhebjpfoobndhbc
Officiële URL https://chrome.google.com/webstore/detail/what-emoji-is-this/fgdleooahdcafimocjhebjpfoobndhbc
Beschrijving Defines emojis for you! Just select an emoji, right click and hit the emoji button.
Bestandsgrootte 44.2 KB
Aantal Installaties 443
Huidige Versie 1.0
Laatst Bijgewerkt 2017-06-26
Publicatiedatum 2017-06-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Developer
Betalingswijze free
Ondersteunde Talen 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"
    ]
}