Twitch Emote Autocomplete

Autocomplete Twitch Emote

Twitch Emote Autocomplete란 무엇입니까?

Twitch Emote Autocomplete은(는) quentin.bramas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Autocomplete Twitch Emote"입니다.

확장 프로그램 스크린샷

screenshot

Twitch Emote Autocomplete 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allow emote completion in twitch chat.

- start typing an emote (ex: kre).
- select with UD or DOWN your emote.
- type the space bar to insert the emote.                    

확장 프로그램 기본 정보

이름 Twitch Emote Autocomplete Twitch Emote Autocomplete
ID eelofccdfdjbhpongbgachgicniedmah
공식 URL https://chrome.google.com/webstore/detail/twitch-emote-autocomplete/eelofccdfdjbhpongbgachgicniedmah
설명 Autocomplete Twitch Emote
파일 크기 250 KB
설치 횟수 2,000
현재 버전 1.0.2
최근 업데이트 2015-03-19
출시 날짜 2015-03-19
평점 2.25/5 총 8 개의 평점
개발자 quentin.bramas
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Emote Autocomplete",
    "description": "Autocomplete Twitch Emote",
    "icons": {
        "128": "ico128.png"
    },
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}