Piece Mover for Lichess
Move pieces while drawing arrows
Что такое Piece Mover for Lichess?
Piece Mover for Lichess - это расширение Chrome, разработанное Fatih Mustafa Buçak, и его основная функция - "Move pieces while drawing arrows".
Снимки экрана расширения
Скачать файл CRX расширения Piece Mover for Lichess
Скачайте файлы расширений 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 |
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 } |