Popup Chess

A drag-and-drop chessboard in a popup.

Cos'è Popup Chess?

Popup Chess è un'estensione di Chrome sviluppata da Maxim Collingwood, e la sua funzione principale è "A drag-and-drop chessboard in a popup.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Popup Chess

Scarica i file di estensione Popup Chess in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Popup Chess Popup Chess
ID fdcghamdklpdgdcdhjlelphhcbdgpapn
URL Ufficiale https://chromewebstore.google.com/detail/popup-chess/fdcghamdklpdgdcdhjlelphhcbdgpapn
Descrizione A drag-and-drop chessboard in a popup.
Dimensione del File 85.04 KB
Conteggio Installazioni 346
Versione Corrente 1
Ultimo Aggiornamento 2021-03-30
Data di Pubblicazione 2021-03-29
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Maxim Collingwood
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}