Emoji Generator

This is an extension for convenient use of the Emoji Generator

ما هو Emoji Generator؟

Emoji Generator هو إضافة Chrome تم تطويرها بواسطة https://emoji-gen.ninja، والميزة الرئيسية لها هي "This is an extension for convenient use of the Emoji Generator".

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

screenshot
screenshot

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

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

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

                        Emoji Generator is a tool to easily generate reaction emoticons and emojis for chats such as Slack.

With this extension, you can easily register generate emojis directly with your Slack team.

Let's use emojis to achieve smooth communication!!

---

Emoji Generator browser extension is developed with open source. The source code can be freely used or modified according to the MIT License.

https://github.com/emoji-gen/browser-extension
Copyright (C) 2017-2022 Emoji Generator                    

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

الاسم Emoji Generator Emoji Generator
ID ghbhakkknnmocmiilhneahbkiaegdnmf
عنوان URL الرسمي https://chromewebstore.google.com/detail/emoji-generator/ghbhakkknnmocmiilhneahbkiaegdnmf
الوصف This is an extension for convenient use of the Emoji Generator
حجم الملف 126 KB
عدد التثبيتات 20,000
النسخة الحالية 1.1.4
آخر تحديث 2022-07-26
تاريخ النشر 2019-12-23
تقييم 4.56/5 مجموع تقييمات 9
المطور https://emoji-gen.ninja
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/emoji-gen.ninja",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.1.4",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/emoji-gen.ninja\/*"
            ],
            "js": [
                "content_scripts.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "host_permissions": [
        "https:\/\/emoji-gen.ninja\/*",
        "https:\/\/*.slack.com\/*"
    ]
}