Emoji Keyboard 2021 - for Chrome Browser

Copy and past emojies. New emoji collections such as Smileys, Activity and Sports, Symbols and etc.

ما هو Emoji Keyboard 2021 - for Chrome Browser؟

Emoji Keyboard 2021 - for Chrome Browser هو إضافة Chrome تم تطويرها بواسطة andrey.nik182000، والميزة الرئيسية لها هي "Copy and past emojies. New emoji collections such as Smileys, Activity and Sports, Symbols and etc.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Emoji Keyboard 2021 - for Chrome Browser

قم بتنزيل ملفات الامتداد Emoji Keyboard 2021 - for Chrome Browser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        #1 Emoji Keyboard for Chrome Browser. All emoji collections for chatter. Easy to use: copy and paste in messages. 



Emojis for Chrome will work on any site.
Get emoticons and dilute your communication with bright emotions. 


Quick start:
1. install the extension
2. find your favorite emoji
3. copy and paste into messages
4. enjoy yourself and others

Use emoji for chatter
Use emoji for facebook
Use emoji for fortnite

Give good reviews and share with your friends as a thank you to us                    

معلومات أساسية عن التمديد

الاسم Emoji Keyboard 2021 - for Chrome Browser Emoji Keyboard 2021 - for Chrome Browser
ID ingodapckfhiolgmnjdocgfdfhgmokob
عنوان URL الرسمي https://chromewebstore.google.com/detail/emoji-keyboard-2021-for-c/ingodapckfhiolgmnjdocgfdfhgmokob
الوصف Copy and past emojies. New emoji collections such as Smileys, Activity and Sports, Symbols and etc.
حجم الملف 1.49 MB
عدد التثبيتات 704
النسخة الحالية 1.1.0
آخر تحديث 2021-07-29
تاريخ النشر 2021-07-12
تقييم 3.40/5 مجموع تقييمات 5
المطور andrey.nik182000
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/1UrAXtKrkJmjwTGnjnxi5b65SRoqYxubvvzrPC7gT0uo/edit?usp=sharing
اللغات المدعومة id,ms,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.1.0",
    "default_locale": "en",
    "manifest_version": 2,
    "short_name": "Emoji Keyboard",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "index.html"
    },
    "background": {
        "page": "index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+Shift+E",
                "linux": "Alt+Shift+E",
                "mac": "Alt+Shift+E",
                "windows": "Alt+Shift+E"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon.png",
        "48": "icon48.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "gcm",
        "cookies"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "icon.png"
    ]
}