ChessablePractice
Practice Chessable positions versus Lichess
ChessablePractice क्या है?
ChessablePractice FechtSport द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Practice Chessable positions versus Lichess"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChessablePractice एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automates task of loading current position from Chessable.com variations into a new tab to practice on Lichess.com versus computer. If activated from Chessable study mode will select first or last position in variation (specified by options setting).
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nengkiedldfcnadeapalbfompahjojdc |
आधिकारिक URL | https://chromewebstore.google.com/detail/chessablepractice/nengkiedldfcnadeapalbfompahjojdc |
विवरण | Practice Chessable positions versus Lichess |
फ़ाइल का आकार | 19.86 KB |
स्थापना संख्या | 22 |
वर्तमान संस्करण | 0.00.07 |
अंतिम अपडेट | 2018-04-07 |
प्रकाशन तिथि | 2018-04-07 |
डेवलपर | FechtSport |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "name": "ChessablePractice", "description": "Practice Chessable positions versus Lichess", "homepage_url": "https:\/\/www.chessable.com\/profile\/FechtSport\/", "version": "0.00.07", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "js": [ "src\/simulate.js" ], "matches": [ "https:\/\/www.chessable.com\/variation\/*", "https:\/\/*.lichess.org\/*" ] }, { "js": [ "src\/analysis.js" ], "matches": [ "https:\/\/*.lichess.org\/*" ] }, { "js": [ "src\/dbg.js", "src\/parseParams.js", "src\/getPosition.js" ], "matches": [ "https:\/\/www.chessable.com\/learn\/*", "https:\/\/www.chessable.com\/variation\/*", "https:\/\/www.chessable.com\/practice\/*" ] } ], "icons": { "16": "icons\/16x16.png", "19": "icons\/19x19.png", "38": "icons\/38x38.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "page_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "Practice versus Lichess" }, "options_ui": { "page": "src\/options.html", "chrome_style": true }, "permissions": [ "tabs", "webNavigation", "storage", "https:\/\/*.lichess.org\/", "https:\/\/www.chessable.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |