Piece Mover for Lichess
Move pieces while drawing arrows
Wat is Piece Mover for Lichess?
Piece Mover for Lichess is een Chrome-extensie ontwikkeld door Fatih Mustafa Buçak, en de belangrijkste functie is "Move pieces while drawing arrows".
Extensie Screenshots
Download het CRX-bestand van de extensie Piece Mover for Lichess
Download Piece Mover for Lichess-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Piece Mover for Lichess |
ID | hfmgojlegmbjoacgdocldnbgndbehejc |
Officiële URL | https://chromewebstore.google.com/detail/piece-mover-for-lichess/hfmgojlegmbjoacgdocldnbgndbehejc |
Beschrijving | Move pieces while drawing arrows |
Bestandsgrootte | 9.68 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2023-09-22 |
Publicatiedatum | 2022-03-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Fatih Mustafa Buçak |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |