Exs Smiley List

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

Exs Smiley List là gì?

Exs Smiley List là một tiện ích mở rộng Chrome được phát triển bởi ArnoldsK, và tính năng chính của nó là "Adds a list of smilies next to the miniblog response textarea.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Exs Smiley List

Tải xuống các tệp mở rộng Exs Smiley List dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Jo kāpēc gan nē?

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Exs Smiley List Exs Smiley List
ID hmnhmefbmicogmijmhpefefnnfabhpcj
URL Chính Thức https://chromewebstore.google.com/detail/exs-smiley-list/hmnhmefbmicogmijmhpefefnnfabhpcj
Mô tả Adds a list of smilies next to the miniblog response textarea.
Kích Thước Tệp 18.96 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2017-04-04
Ngày Phát Hành 2017-04-04
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ArnoldsK
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}