Piece Mover for Lichess

Move pieces while drawing arrows

Piece Mover for Lichess là gì?

Piece Mover for Lichess là một tiện ích mở rộng Chrome được phát triển bởi Fatih Mustafa Buçak, và tính năng chính của nó là "Move pieces while drawing arrows".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Piece Mover for Lichess

Tải xuống các tệp mở rộng Piece Mover for Lichess dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Piece Mover for Lichess Piece Mover for Lichess
ID hfmgojlegmbjoacgdocldnbgndbehejc
URL Chính Thức https://chromewebstore.google.com/detail/piece-mover-for-lichess/hfmgojlegmbjoacgdocldnbgndbehejc
Mô tả Move pieces while drawing arrows
Kích Thước Tệp 9.68 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-09-22
Ngày Phát Hành 2022-03-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Fatih Mustafa Buçak
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}