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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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