Piece Mover for Lichess

Move pieces while drawing arrows

什么是Piece Mover for Lichess?

Piece Mover for Lichess是由Fatih Mustafa Buçak开发的Chrome扩展程序,该扩展的主要功能是“Move pieces while drawing arrows”。

扩展截图

screenshot
screenshot

下载Piece Mover for Lichess扩展crx文件

下载Piece Mover for Lichess扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Piece Mover for Lichess Piece Mover for Lichess
ID hfmgojlegmbjoacgdocldnbgndbehejc
官方URL https://chromewebstore.google.com/detail/piece-mover-for-lichess/hfmgojlegmbjoacgdocldnbgndbehejc
简介 Move pieces while drawing arrows
文件大小 9.68 KB
安装次数 34
当前版本 1.0.1
更新时间 2023-09-22
上架时间 2022-03-08
评分 5.00/5 共1次评分
开发者 Fatih Mustafa Buçak
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}