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 là gì?

Lichess.org chat/whisper with move numbers là một tiện ích mở rộng Chrome được phát triển bởi timothyha, và tính năng chính của nó là "Send chat messages or whisper to spectators room with move numbers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lichess.org chat/whisper with move numbers

Tải xuống các tệp mở rộng Lichess.org chat/whisper with move numbers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lichess.org chat/whisper with move numbers Lichess.org chat/whisper with move numbers
ID gljgfgfejfcopcjhaienfhbmcpopbhhp
URL Chính Thức https://chromewebstore.google.com/detail/lichessorg-chatwhisper-wi/gljgfgfejfcopcjhaienfhbmcpopbhhp
Mô tả Send chat messages or whisper to spectators room with move numbers
Kích Thước Tệp 425 KB
Số Lần Cài Đặt 249
Phiên Bản Hiện Tại 2021.03.14
Cập Nhật Lần Cuối 2021-03-13
Ngày Phát Hành 2020-05-21
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển timothyha
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
URL Trang Trợ Giúp https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}