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