lichess-timewarning
Warns lichess.org players when they are low on time with an audio sample
Hvad er lichess-timewarning?
lichess-timewarning er en Chrome-udvidelse udviklet af Vincent Simard, og dens hovedfunktion er "Warns lichess.org players when they are low on time with an audio sample".
Download lichess-timewarning-udvidelses-CRX-fil
Download lichess-timewarning-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | mpcfojdjmlkdnomdphkpeoocdobojjhm |
Officiel URL | https://chrome.google.com/webstore/detail/lichess-timewarning/mpcfojdjmlkdnomdphkpeoocdobojjhm |
Beskrivelse | Warns lichess.org players when they are low on time with an audio sample |
Filstørrelse | 27.76 KB |
Antal Installationer | 41 |
Nuværende Version | 0.1.4 |
Senest Opdateret | 2014-10-20 |
Udgivelsesdato | 2014-10-20 |
Bedømmelse | 3.00/5 Samlet 4 Bedømmelser |
Udvikler | Vincent Simard |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |