Free Chess Analysis

Analyze your chess.com games on lichess for free.

什么是Free Chess Analysis?

Free Chess Analysis是由imlokesh开发的Chrome扩展程序,该扩展的主要功能是“Analyze your chess.com games on lichess for free.”。

扩展截图

screenshot
screenshot

下载Free Chess Analysis扩展crx文件

下载Free Chess Analysis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This chrome extension will help you analyze your chess.com games on lichess. Just click the icon in your extension bar when you're on a chess.com game and a new lichess tab will open with your game.


How It Works:

- User clicks the extension icon when on a page like `chess.com/game/live/*`
- The extension gets the pgn from chess.com share option.
- The extension creates a new tab with url `lichess.org/paste` and imports your game.
- The extension will automatically turn on local analysis and flip the board if you were black. 

Suggestions

I welcome suggestions and bug reports. Please open an issue on github if you would like to suggest something.                    

扩展基本信息

名称 Free Chess Analysis Free Chess Analysis
ID fkakfklkhmjkkehkjchemdgeoldekdml
官方URL https://chromewebstore.google.com/detail/free-chess-analysis/fkakfklkhmjkkehkjchemdgeoldekdml
简介 Analyze your chess.com games on lichess for free.
文件大小 290 KB
安装次数 1,766
当前版本 0.0.5
更新时间 2024-02-20
上架时间 2023-03-07
评分 5.00/5 共7次评分
开发者 imlokesh
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/imlokesh/free-chess-analysis
帮助页面URL https://github.com/imlokesh/free-chess-analysis
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Free Chess Analysis",
    "description": "Analyze your chess.com games on lichess for free. ",
    "version": "0.0.5",
    "icons": {
        "64": "img\/64.png",
        "128": "img\/128.png",
        "512": "img\/512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "declarativeContent",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.chess.com\/*",
        "https:\/\/lichess.org\/*"
    ],
    "action": {
        "default_title": "Analyze on Lichess",
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "64": "img\/64.png",
            "128": "img\/128.png",
            "512": "img\/512.png"
        }
    }
}