Exs Smiley List

Adds a list of smilies next to the miniblog response textarea.

ما هو Exs Smiley List؟

Exs Smiley List هو إضافة Chrome تم تطويرها بواسطة ArnoldsK، والميزة الرئيسية لها هي "Adds a list of smilies next to the miniblog response textarea.".

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

screenshot

تحميل ملف CRX للإضافة Exs Smiley List

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

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

                        Jo kāpēc gan nē?

Paplašinājums priekš spēļu komūnas exs.lv                    

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

الاسم Exs Smiley List Exs Smiley List
ID hmnhmefbmicogmijmhpefefnnfabhpcj
عنوان URL الرسمي https://chromewebstore.google.com/detail/exs-smiley-list/hmnhmefbmicogmijmhpefefnnfabhpcj
الوصف Adds a list of smilies next to the miniblog response textarea.
حجم الملف 18.96 KB
عدد التثبيتات 45
النسخة الحالية 0.4
آخر تحديث 2017-04-04
تاريخ النشر 2017-04-04
تقييم 2.00/5 مجموع تقييمات 1
المطور ArnoldsK
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exs Smiley List",
    "description": "Adds a list of smilies next to the miniblog response textarea.",
    "version": "0.4",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "smilies.user.js"
            ],
            "matches": [
                "https:\/\/exs.lv\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}