Popup Chess

A drag-and-drop chessboard in a popup.

Was ist Popup Chess?

Popup Chess ist eine Chrome-Erweiterung, die von Maxim Collingwood entwickelt wurde, und ihr Hauptmerkmal ist "A drag-and-drop chessboard in a popup.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Popup Chess-Erweiterungs-CRX-Datei herunterladen

Laden Sie Popup Chess-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A drag-and-drop chessboard in a popup.

Use this chessboard to - 
• Check out different openings.
• Practice puzzles.
• Play against a friend locally.
• Study endgames.

Instructions - 
• Drag and drop a piece to move it.
• Drag a piece outside the board and drop it to remove it.
• Close and reopen the extension to reset the board.                    

Grundlegende Informationen zur Erweiterung

Name Popup Chess Popup Chess
ID fdcghamdklpdgdcdhjlelphhcbdgpapn
Offizielle URL https://chromewebstore.google.com/detail/popup-chess/fdcghamdklpdgdcdhjlelphhcbdgpapn
Beschreibung A drag-and-drop chessboard in a popup.
Dateigröße 85.04 KB
Installationsanzahl 346
Aktuelle Version 1
Letztes Update 2021-03-30
Veröffentlichungsdatum 2021-03-29
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Maxim Collingwood
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Popup Chess",
    "description": "A drag-and-drop chessboard in a popup.",
    "version": "1",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    }
}