Popup Chess

A drag-and-drop chessboard in a popup.

Wat is Popup Chess?

Popup Chess is een Chrome-extensie ontwikkeld door Maxim Collingwood, en de belangrijkste functie is "A drag-and-drop chessboard in a popup.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Popup Chess

Download Popup Chess-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Popup Chess Popup Chess
ID fdcghamdklpdgdcdhjlelphhcbdgpapn
Officiële URL https://chromewebstore.google.com/detail/popup-chess/fdcghamdklpdgdcdhjlelphhcbdgpapn
Beschrijving A drag-and-drop chessboard in a popup.
Bestandsgrootte 85.04 KB
Aantal Installaties 346
Huidige Versie 1
Laatst Bijgewerkt 2021-03-30
Publicatiedatum 2021-03-29
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Maxim Collingwood
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}