Piece Mover for Lichess
Move pieces while drawing arrows
Piece Mover for Lichess क्या है?
Piece Mover for Lichess Fatih Mustafa Buçak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Move pieces while drawing arrows"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Piece Mover for Lichess एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |