Lichess Cloud Analysis for Chess.com
A simple chrome browser extension for one-click analysis of Chess.com games on Lichess.
Lichess Cloud Analysis for Chess.com क्या है?
Lichess Cloud Analysis for Chess.com califernication द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple chrome browser extension for one-click analysis of Chess.com games on Lichess."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lichess Cloud Analysis for Chess.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Lichess offers free cloud evaluations of chess games, whereas chess.com only offers local line evaluations for non-paying users. The first is a lot easier to understand for beginners and much more accesible to users with lower end devices. Lichess cloud analysis is a wonderful tool, and for users who might not want to leave chess.com (because of their friends or arguably better puzzles and lessons) can get a glimpse of its advantages.
एक्सटेंशन की मूल जानकारी
नाम | Lichess Cloud Analysis for Chess.com |
ID | ngepiabohcfcoggpfghnfoefpnmnfocd |
आधिकारिक URL | https://chromewebstore.google.com/detail/lichess-cloud-analysis-fo/ngepiabohcfcoggpfghnfoefpnmnfocd |
विवरण | A simple chrome browser extension for one-click analysis of Chess.com games on Lichess. |
फ़ाइल का आकार | 90.26 KB |
स्थापना संख्या | 2,066 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2023-05-22 |
प्रकाशन तिथि | 2022-06-22 |
रेटिंग | 3.91/5 कुल 11 रेटिंग्स |
डेवलपर | califernication |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/califernication/lichessAnalysis |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lichess Cloud Analysis for Chess.com", "description": "A simple chrome browser extension for one-click analysis of Chess.com games on Lichess.", "version": "1.3", "manifest_version": 3, "icons": { "16": "assets\/img\/16x16.png", "48": "assets\/img\/48x48.png", "128": "assets\/img\/128x128.png" }, "homepage_url": "https:\/\/github.com\/califernication\/lichessAnalysis", "author": "califernication", "content_scripts": [ { "matches": [ "https:\/\/www.chess.com\/*", "https:\/\/lichess.org\/*" ], "css": [ "styles.css" ], "js": [ "node_modules\/arrive\/minified\/arrive.min.js", "script.js" ] } ] } |