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"
    ]
}