lichess clock color

extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…

Τι είναι το lichess clock color;

Το lichess clock color είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον adeebshihadeh, και η κύρια λειτουργία του είναι "extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης lichess clock color

Λήψη αρχείων επέκτασης lichess clock color σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate who has more time

red background when your opponent has more time
green when you have more time than your opponent                    

Βασικές Πληροφορίες Επέκτασης

Όνομα lichess clock color lichess clock color
ID acbbdbhpfaaglhldigkkoacbbedhmogf
Επίσημο URL https://chrome.google.com/webstore/detail/lichess-clock-color/acbbdbhpfaaglhldigkkoacbbedhmogf
Περιγραφή extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…
Μέγεθος Αρχείου 12.11 KB
Αριθμός Εγκαταστάσεων 108
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2018-08-21
Ημερομηνία Δημοσίευσης 2018-08-21
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής adeebshihadeh
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/quillford/lichess-colorclock
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lichess clock color",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "",
    "homepage_url": "https:\/\/github.com\/quillford\/clockcolor",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/lichess.org\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}