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によって開発されたChromeの拡張機能で、その主な機能は「A simple chrome browser extension for one-click analysis of Chess.com games on Lichess.」です。
拡張機能のスクリーンショット
Lichess Cloud Analysis for Chess.com拡張機能のCRXファイルをダウンロード
Lichess Cloud Analysis for Chess.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |