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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον timothyha, και η κύρια λειτουργία του είναι "Send chat messages or whisper to spectators room with move numbers".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Lichess.org chat/whisper with move numbers

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
        }
    }
}