Free Chess Analysis

Analyze your chess.com games on lichess for free.

Free Chess Analysis क्या है?

Free Chess Analysis imlokesh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Analyze your chess.com games on lichess for free."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Free Chess Analysis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    }
}