Exs Smiley List

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

什麼是Exs Smiley List?

Exs Smiley List是由ArnoldsK開發的Chrome擴展程式,該擴展的主要功能是“Adds a list of smilies next to the miniblog response textarea.”。

擴展截圖

screenshot

下載Exs Smiley List擴展crx文件

下載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
官方網址 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'"
}