Piece Mover for Lichess

Move pieces while drawing arrows

Co to jest Piece Mover for Lichess?

Piece Mover for Lichess to rozszerzenie Chrome opracowane przez Fatih Mustafa Buçak, a jego główną funkcją jest „Move pieces while drawing arrows”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Piece Mover for Lichess

Pobierz pliki rozszerzeń Piece Mover for Lichess w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Piece Mover for Lichess Piece Mover for Lichess
ID hfmgojlegmbjoacgdocldnbgndbehejc
Oficjalny URL https://chromewebstore.google.com/detail/piece-mover-for-lichess/hfmgojlegmbjoacgdocldnbgndbehejc
Opis Move pieces while drawing arrows
Rozmiar pliku 9.68 KB
Liczba instalacji 34
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-09-22
Data Publikacji 2022-03-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Fatih Mustafa Buçak
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}