Shortcuts for Lichess

Keyboard shortcuts for Lichess

What is Shortcuts for Lichess?

Shortcuts for Lichess is a Chrome extension developed by codifier, and its main feature is "Keyboard shortcuts for Lichess".

Extension Screenshots

screenshot

Download Shortcuts for Lichess Extension CRX File

Download Shortcuts for Lichess extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Shortcuts for Lichess Shortcuts for Lichess
ID dlnngonffancecajlipgohmdffeeehgd
Official URL https://chromewebstore.google.com/detail/shortcuts-for-lichess/dlnngonffancecajlipgohmdffeeehgd
Description Keyboard shortcuts for Lichess
File Size 68.77 KB
Installation Count 98
Current Version 1.0.3
Last Updated 2021-03-25
Publish Date 2020-09-22
Rating 5.00/5 Total 1 Ratings
Developer codifier
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}