Popup Chess

A drag-and-drop chessboard in a popup.

What is Popup Chess?

Popup Chess is a Chrome extension developed by Maxim Collingwood, and its main feature is "A drag-and-drop chessboard in a popup.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Popup Chess Extension CRX File

Download Popup Chess extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Popup Chess Popup Chess
ID fdcghamdklpdgdcdhjlelphhcbdgpapn
Official URL https://chromewebstore.google.com/detail/popup-chess/fdcghamdklpdgdcdhjlelphhcbdgpapn
Description A drag-and-drop chessboard in a popup.
File Size 85.04 KB
Installation Count 346
Current Version 1
Last Updated 2021-03-30
Publish Date 2021-03-29
Rating 5.00/5 Total 2 Ratings
Developer Maxim Collingwood
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}