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 } |