Emoji Selector

Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…

ما هو Emoji Selector؟

Emoji Selector هو إضافة Chrome تم تطويرها بواسطة Faycal Bessayah، والميزة الرئيسية لها هي "Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Emoji Selector

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

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

                        Love emojis?
This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to emoticon-websites to search, copy and paste emojis to your message.
The extension is very simple to use. Click on the extension button or use the shortcut command  ‘Ctrl+E’ and start searching emojis by typing keywords. The selected emoji is automatically put into your message, comment, etc.

* You need to refresh opened pages after installation.                    

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

الاسم Emoji Selector Emoji Selector
ID cmhipmaommgbjboekcbbilbflfekdlgi
عنوان URL الرسمي https://chromewebstore.google.com/detail/emoji-selector/cmhipmaommgbjboekcbbilbflfekdlgi
الوصف Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet.
You no longer need to go to…
حجم الملف 272 KB
عدد التثبيتات 24
النسخة الحالية 1.0
آخر تحديث 2021-03-14
تاريخ النشر 2021-02-01
المطور Faycal Bessayah
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoji Selector",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+E",
                "mac": "Command+E",
                "chromeos": "Ctrl+E",
                "linux": "Ctrl+E"
            }
        }
    },
    "browser_action": {
        "default_icon": "emoji.png",
        "default_popup": "index.html",
        "default_title": "Emoji Selector"
    }
}