Shortcuts for Lichess
Keyboard shortcuts for Lichess
Hvad er Shortcuts for Lichess?
Shortcuts for Lichess er en Chrome-udvidelse udviklet af codifier, og dens hovedfunktion er "Keyboard shortcuts for Lichess".
Udvidelsesskærmbilleder
Download Shortcuts for Lichess-udvidelses-CRX-fil
Download Shortcuts for Lichess-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
Shortcuts for Lichess is a simple extension for additional customizable keyboard shortcuts on the Lichess analysis board. Current customizable keyboard shortcuts: Autoplay: FAST, SLOW, REALTIME, BY CPL Crosstable: PREVIOUS, NEXT
Grundlæggende oplysninger om udvidelsen
Navn | Shortcuts for Lichess |
ID | dlnngonffancecajlipgohmdffeeehgd |
Officiel URL | https://chromewebstore.google.com/detail/shortcuts-for-lichess/dlnngonffancecajlipgohmdffeeehgd |
Beskrivelse | Keyboard shortcuts for Lichess |
Filstørrelse | 68.77 KB |
Antal Installationer | 98 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2021-03-25 |
Udgivelsesdato | 2020-09-22 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | codifier |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.0.3", "author": "Codifier", "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/lichess.org\/*" ], "js": [ "\/assets\/js\/constants.js", "\/assets\/js\/content.js" ], "run_at": "document_idle" } ], "browser_action": { "browser_style": false, "default_popup": "\/popup.html", "default_title": "__MSG_extension_name__", "default_icon": { "12": "\/assets\/img\/icon-12.png", "16": "\/assets\/img\/icon-16.png", "19": "\/assets\/img\/icon-19.png", "32": "\/assets\/img\/icon-32.png", "38": "\/assets\/img\/icon-38.png", "48": "\/assets\/img\/icon-48.png", "64": "\/assets\/img\/icon-64.png", "80": "\/assets\/img\/icon-80.png", "96": "\/assets\/img\/icon-96.png", "112": "\/assets\/img\/icon-112.png", "128": "\/assets\/img\/icon-128.png", "256": "\/assets\/img\/icon-256.png", "512": "\/assets\/img\/icon-512.png" } }, "icons": { "12": "\/assets\/img\/icon-12.png", "16": "\/assets\/img\/icon-16.png", "19": "\/assets\/img\/icon-19.png", "32": "\/assets\/img\/icon-32.png", "38": "\/assets\/img\/icon-38.png", "48": "\/assets\/img\/icon-48.png", "64": "\/assets\/img\/icon-64.png", "80": "\/assets\/img\/icon-80.png", "96": "\/assets\/img\/icon-96.png", "112": "\/assets\/img\/icon-112.png", "128": "\/assets\/img\/icon-128.png", "256": "\/assets\/img\/icon-256.png", "512": "\/assets\/img\/icon-512.png" }, "permissions": [ "storage", "*:\/\/lichess.org\/*" ] } |