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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}