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
Eメール [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
}