Piece Mover for Lichess

Move pieces while drawing arrows

Apa itu Piece Mover for Lichess?

Piece Mover for Lichess adalah ekstensi Chrome yang dikembangkan oleh Fatih Mustafa Buçak, dan fitur utamanya adalah "Move pieces while drawing arrows".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Piece Mover for Lichess

Unduh file ekstensi Piece Mover for Lichess dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Piece Mover for Lichess Piece Mover for Lichess
ID hfmgojlegmbjoacgdocldnbgndbehejc
URL Resmi https://chromewebstore.google.com/detail/piece-mover-for-lichess/hfmgojlegmbjoacgdocldnbgndbehejc
Deskripsi Move pieces while drawing arrows
Ukuran File 9.68 KB
Jumlah Instalasi 34
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-09-22
Tanggal Publikasi 2022-03-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Fatih Mustafa Buçak
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}