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 adeebshihadeh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में lichess clock color एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}