Popup Chess

A drag-and-drop chessboard in a popup.

Co to jest Popup Chess?

Popup Chess to rozszerzenie Chrome opracowane przez Maxim Collingwood, a jego główną funkcją jest „A drag-and-drop chessboard in a popup.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Popup Chess

Pobierz pliki rozszerzeń Popup Chess w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Popup Chess Popup Chess
ID fdcghamdklpdgdcdhjlelphhcbdgpapn
Oficjalny URL https://chromewebstore.google.com/detail/popup-chess/fdcghamdklpdgdcdhjlelphhcbdgpapn
Opis A drag-and-drop chessboard in a popup.
Rozmiar pliku 85.04 KB
Liczba instalacji 346
Aktualna Wersja 1
Ostatnia Aktualizacja 2021-03-30
Data Publikacji 2021-03-29
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Maxim Collingwood
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}