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 |
| 官方網址 | 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"
]
}
]
} | |