Piece Mover for Lichess

Move pieces while drawing arrows

Qu'est-ce que Piece Mover for Lichess ?

Piece Mover for Lichess est une extension Chrome développée par Fatih Mustafa Buçak, et sa fonction principale est "Move pieces while drawing arrows".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Piece Mover for Lichess

Téléchargez les fichiers d'extension Piece Mover for Lichess au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Piece Mover for Lichess Piece Mover for Lichess
ID hfmgojlegmbjoacgdocldnbgndbehejc
URL Officiel https://chromewebstore.google.com/detail/piece-mover-for-lichess/hfmgojlegmbjoacgdocldnbgndbehejc
Description Move pieces while drawing arrows
Taille du Fichier 9.68 KB
Nombre d'Installations 34
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-09-22
Date de Publication 2022-03-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur Fatih Mustafa Buçak
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}