What Emoji Is This?

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

Vad är What Emoji Is This??

What Emoji Is This? är en Chrome-tillägg utvecklad av Developer, och dess huvudfunktion är "Defines emojis for you! Just select an emoji, right click and hit the emoji button.".

Tilläggsskärmbilder

screenshot

Ladda ner What Emoji Is This?-förlängningens CRX-fil

Ladda ner What Emoji Is This?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn What Emoji Is This? What Emoji Is This?
ID fgdleooahdcafimocjhebjpfoobndhbc
Officiell webbadress https://chrome.google.com/webstore/detail/what-emoji-is-this/fgdleooahdcafimocjhebjpfoobndhbc
Beskrivning Defines emojis for you! Just select an emoji, right click and hit the emoji button.
Filstorlek 44.2 KB
Antal Installationer 443
Aktuell Version 1.0
Senast Uppdaterad 2017-06-26
Publiceringsdatum 2017-06-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Developer
Betalningssätt free
Stödda Språk 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"
    ]
}