Piece Mover for Lichess

Move pieces while drawing arrows

Cos'è Piece Mover for Lichess?

Piece Mover for Lichess è un'estensione di Chrome sviluppata da Fatih Mustafa Buçak, e la sua funzione principale è "Move pieces while drawing arrows".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Piece Mover for Lichess

Scarica i file di estensione Piece Mover for Lichess in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Piece Mover for Lichess Piece Mover for Lichess
ID hfmgojlegmbjoacgdocldnbgndbehejc
URL Ufficiale https://chromewebstore.google.com/detail/piece-mover-for-lichess/hfmgojlegmbjoacgdocldnbgndbehejc
Descrizione Move pieces while drawing arrows
Dimensione del File 9.68 KB
Conteggio Installazioni 34
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-09-22
Data di Pubblicazione 2022-03-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Fatih Mustafa Buçak
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}