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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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