Kaomoji Me Up

Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!

ما هو Kaomoji Me Up؟

Kaomoji Me Up هو إضافة Chrome تم تطويرها بواسطة catherinecodes، والميزة الرئيسية لها هي "Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!".

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

screenshot

تحميل ملف CRX للإضافة Kaomoji Me Up

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

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

                        Easily find kaomojis that express your feelings and copy them to your clipboard by clicking on any kaomoji! There is no need to search sites for kaomojis anymore.

FEATURES:
- Minimal and clean UI
- Kaomojis organized into categories
- Keeps track of your recently used kaomojis

CREDITS:
Icon made by Freepik from www.flaticon.com                    

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

الاسم Kaomoji Me Up Kaomoji Me Up
ID mlodcjhgnkhibanidjdgcjekbmifgjle
عنوان URL الرسمي https://chromewebstore.google.com/detail/kaomoji-me-up/mlodcjhgnkhibanidjdgcjekbmifgjle
الوصف Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!
حجم الملف 215 KB
عدد التثبيتات 2,639
النسخة الحالية 1.0.0
آخر تحديث 2019-02-04
تاريخ النشر 2019-02-03
تقييم 4.45/5 مجموع تقييمات 11
المطور catherinecodes
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kaomoji Me Up",
    "version": "1.0.0",
    "description": "Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/bear16.png",
        "32": "icons\/bear32.png",
        "48": "icons\/bear48.png",
        "128": "icons\/bear128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "popup.js",
            "materialize\/js\/materialize.js",
            "jquery-3.3.1.min.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/bear16.png",
        "default_popup": "popup.html",
        "default_title": "A popup will come here."
    }
}