Piece Mover for Lichess

Move pieces while drawing arrows

Co je Piece Mover for Lichess?

Piece Mover for Lichess je rozšíření Chrome vyvinuté Fatih Mustafa Buçak, a jeho hlavní funkcí je „Move pieces while drawing arrows“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Piece Mover for Lichess

Stáhněte si soubory rozšíření Piece Mover for Lichess ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Lichess doesn't move pieces while drawing arrows. It would be better to see pieces as the arrow shows. This extension moves pieces according to arrows. When you clean the arrows, the pieces will back to their original position.                    

Základní Informace o Rozšíření

Název Piece Mover for Lichess Piece Mover for Lichess
ID hfmgojlegmbjoacgdocldnbgndbehejc
Oficiální URL https://chromewebstore.google.com/detail/piece-mover-for-lichess/hfmgojlegmbjoacgdocldnbgndbehejc
Popis Move pieces while drawing arrows
Velikost souboru 9.68 KB
Počet instalací 34
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-09-22
Datum Vydání 2022-03-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Fatih Mustafa Buçak
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Piece Mover for Lichess",
    "version": "1.0.1",
    "author": "Fatih Mustafa Bucak",
    "description": "Move pieces while drawing arrows",
    "permissions": [],
    "options_page": "info.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icons16.png",
        "32": "images\/icons32.png",
        "48": "images\/icons48.png",
        "128": "images\/icons128.png"
    },
    "manifest_version": 3
}