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.」です。
拡張機能のスクリーンショット
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                     拡張機能の基本情報
| 名前 |   |  
| 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'"
}  |  |