What Emoji Is This?

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

Qu'est-ce que What Emoji Is This? ?

What Emoji Is This? est une extension Chrome développée par Developer, et sa fonction principale est "Defines emojis for you! Just select an emoji, right click and hit the emoji button.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension What Emoji Is This?

Téléchargez les fichiers d'extension What Emoji Is This? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom What Emoji Is This? What Emoji Is This?
ID fgdleooahdcafimocjhebjpfoobndhbc
URL Officiel https://chrome.google.com/webstore/detail/what-emoji-is-this/fgdleooahdcafimocjhebjpfoobndhbc
Description Defines emojis for you! Just select an emoji, right click and hit the emoji button.
Taille du Fichier 44.2 KB
Nombre d'Installations 443
Version Actuelle 1.0
Dernière Mise à Jour 2017-06-26
Date de Publication 2017-06-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur Developer
Type de Paiement free
Langues Prises en Charge 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"
    ]
}