Kaomojie

Easy and fast access to hundreds of kaomojis

ما هو Kaomojie؟

Kaomojie هو إضافة Chrome تم تطويرها بواسطة Duncan (duncannah)، والميزة الرئيسية لها هي "Easy and fast access to hundreds of kaomojis".

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

screenshot

تحميل ملف CRX للإضافة Kaomojie

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

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

                        Easy and fast access to hundreds of hand-picked kaomojis, all categorised and readily available at your fingertips!

Kaomoji (顔文字, “face mark”) are what are called Japanese emoticons, which are more detailed and more expressive than western emoticons. They’re quite popular in Japan, and they’re getting more and more popular overseas. They are composed of a lot of different characters mostly unused in regular speech to create more detailed expressions, which is what makes them more expressive than western emoticons.

(ノ◕ヮ◕)ノ*:・゚✧                    

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

الاسم Kaomojie Kaomojie
ID lmejjdlbclkidnpmcoknihonapppadid
عنوان URL الرسمي https://chromewebstore.google.com/detail/kaomojie/lmejjdlbclkidnpmcoknihonapppadid
الوصف Easy and fast access to hundreds of kaomojis
حجم الملف 30.94 KB
عدد التثبيتات 942
النسخة الحالية 2.0.2
آخر تحديث 2022-03-23
تاريخ النشر 2020-05-18
تقييم 4.80/5 مجموع تقييمات 10
المطور Duncan (duncannah)
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/duncannah/kaomojie
عنوان صفحة المساعدة https://github.com/duncannah/kaomojie/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kaomojie",
    "version": "2.0.2",
    "description": "Easy and fast access to hundreds of kaomojis",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "64": "assets\/icons\/icon64.png",
        "96": "assets\/icons\/icon96.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "64": "assets\/icons\/icon64.png",
            "96": "assets\/icons\/icon96.png",
            "128": "assets\/icons\/icon128.png"
        },
        "default_title": "Kaomojie",
        "default_popup": "popup.htm"
    },
    "permissions": [
        "storage"
    ]
}