Popup Chess

A drag-and-drop chessboard in a popup.

Qu'est-ce que Popup Chess ?

Popup Chess est une extension Chrome développée par Maxim Collingwood, et sa fonction principale est "A drag-and-drop chessboard in a popup.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Popup Chess

Téléchargez les fichiers d'extension Popup Chess au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Popup Chess Popup Chess
ID fdcghamdklpdgdcdhjlelphhcbdgpapn
URL Officiel https://chromewebstore.google.com/detail/popup-chess/fdcghamdklpdgdcdhjlelphhcbdgpapn
Description A drag-and-drop chessboard in a popup.
Taille du Fichier 85.04 KB
Nombre d'Installations 346
Version Actuelle 1
Dernière Mise à Jour 2021-03-30
Date de Publication 2021-03-29
Évaluation 5.00/5 Total 2 Évaluations
Développeur Maxim Collingwood
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}