Chess.com analyse at lichess

Analyse chess.com game at lichess.org for free

Vad är Chess.com analyse at lichess?

Chess.com analyse at lichess är en Chrome-tillägg utvecklad av zeraye, och dess huvudfunktion är "Analyse chess.com game at lichess.org for free".

Tilläggsskärmbilder

screenshot

Ladda ner Chess.com analyse at lichess-förlängningens CRX-fil

Ladda ner Chess.com analyse at lichess-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Chess.com analyse at lichess Chess.com analyse at lichess
ID mnhepnblaeiiomcdpcdnnnopmmblifke
Officiell webbadress https://chromewebstore.google.com/detail/chesscom-analyse-at-liche/mnhepnblaeiiomcdpcdnnnopmmblifke
Beskrivning Analyse chess.com game at lichess.org for free
Filstorlek 37.05 KB
Antal Installationer 66
Aktuell Version 1.6
Senast Uppdaterad 2022-08-23
Publiceringsdatum 2022-08-23
Utvecklare zeraye
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}