Lichess.org chat/whisper with move numbers

Send chat messages or whisper to spectators room with move numbers

Lichess.org chat/whisper with move numbers란 무엇입니까?

Lichess.org chat/whisper with move numbers은(는) timothyha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send chat messages or whisper to spectators room with move numbers"입니다.

확장 프로그램 스크린샷

screenshot

Lichess.org chat/whisper with move numbers 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Automatically adds move numbers when you chat with your Lichess.org opponent or send "whispers" to the spectators' room. Helps them follow the thought process.                    

확장 프로그램 기본 정보

이름 Lichess.org chat/whisper with move numbers Lichess.org chat/whisper with move numbers
ID gljgfgfejfcopcjhaienfhbmcpopbhhp
공식 URL https://chromewebstore.google.com/detail/lichessorg-chatwhisper-wi/gljgfgfejfcopcjhaienfhbmcpopbhhp
설명 Send chat messages or whisper to spectators room with move numbers
파일 크기 425 KB
설치 횟수 249
현재 버전 2021.03.14
최근 업데이트 2021-03-13
출시 날짜 2020-05-21
평점 4.56/5 총 9 개의 평점
개발자 timothyha
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
도움말 페이지 URL https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lichess.org chat\/whisper with move numbers",
    "version": "2021.03.14",
    "description": "Send chat messages or whisper to spectators room with move numbers",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/lichess.org\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "icon128.png"
    },
    "applications": {
        "gecko": {
            "id": "Lichess_Chat_Whisper_Move_Numbers"
        }
    }
}