Chess.com analyse at lichess

Analyse chess.com game at lichess.org for free

什麼是Chess.com analyse at lichess?

Chess.com analyse at lichess是由zeraye開發的Chrome擴展程式,該擴展的主要功能是“Analyse chess.com game at lichess.org for free”。

擴展截圖

screenshot

下載Chess.com analyse at lichess擴展crx文件

下載Chess.com analyse at lichess擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        After the game on chess.com you will have the horse icon at the top of the Chrome (right side of the search bar). After clicking on it, you will be moved to the new tab with lichess.org game analyse. Enjoy your free game analyse and learn from your mistakes!

If something is broken, let me know: [email protected]                    

擴展基本資訊

名稱 Chess.com analyse at lichess Chess.com analyse at lichess
ID mnhepnblaeiiomcdpcdnnnopmmblifke
官方網址 https://chromewebstore.google.com/detail/chesscom-analyse-at-liche/mnhepnblaeiiomcdpcdnnnopmmblifke
簡介 Analyse chess.com game at lichess.org for free
檔案大小 37.05 KB
安裝次數 66
目前版本 1.6
更新時間 2022-08-23
上架時間 2022-08-23
開發者 zeraye
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chess.com analyse at lichess",
    "version": "1.6",
    "description": "Analyse chess.com game at lichess.org for free",
    "icons": {
        "512": "icons\/icon-512.png"
    },
    "host_permissions": [
        "https:\/\/www.chess.com\/",
        "https:\/\/api.chess.com\/",
        "https:\/\/lichess.org\/"
    ],
    "permissions": [
        "declarativeContent",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "512": "icons\/page-action-icon-512.png"
        },
        "default_title": "Analyse game"
    }
}