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ファイルをダウンロード

Lichess.org chat/whisper with move numbers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    }
}