Piece Mover for Lichess

Move pieces while drawing arrows

Vad är Piece Mover for Lichess?

Piece Mover for Lichess är en Chrome-tillägg utvecklad av Fatih Mustafa Buçak, och dess huvudfunktion är "Move pieces while drawing arrows".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Piece Mover for Lichess-förlängningens CRX-fil

Ladda ner Piece Mover for Lichess-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Piece Mover for Lichess Piece Mover for Lichess
ID hfmgojlegmbjoacgdocldnbgndbehejc
Officiell webbadress https://chromewebstore.google.com/detail/piece-mover-for-lichess/hfmgojlegmbjoacgdocldnbgndbehejc
Beskrivning Move pieces while drawing arrows
Filstorlek 9.68 KB
Antal Installationer 34
Aktuell Version 1.0.1
Senast Uppdaterad 2023-09-22
Publiceringsdatum 2022-03-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Fatih Mustafa Buçak
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}