lichess-timewarning

Warns lichess.org players when they are low on time with an audio sample

Vad är lichess-timewarning?

lichess-timewarning är en Chrome-tillägg utvecklad av Vincent Simard, och dess huvudfunktion är "Warns lichess.org players when they are low on time with an audio sample".

Ladda ner lichess-timewarning-förlängningens CRX-fil

Ladda ner lichess-timewarning-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn lichess-timewarning lichess-timewarning
ID mpcfojdjmlkdnomdphkpeoocdobojjhm
Officiell webbadress https://chrome.google.com/webstore/detail/lichess-timewarning/mpcfojdjmlkdnomdphkpeoocdobojjhm
Beskrivning Warns lichess.org players when they are low on time with an audio sample
Filstorlek 27.76 KB
Antal Installationer 41
Aktuell Version 0.1.4
Senast Uppdaterad 2014-10-20
Publiceringsdatum 2014-10-20
Betyg 3.00/5 Totalt 4 Betyg
Utvecklare Vincent Simard
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lichess-timewarning",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "Warns lichess.org players when they are low on time with an audio sample",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.lichess.org\/*",
                "https:\/\/*.lichess.org\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/lichess-timewarning.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "ogg\/*"
    ],
    "permissions": [
        "storage"
    ]
}