Popup Chess
A drag-and-drop chessboard in a popup.
Hvad er Popup Chess?
Popup Chess er en Chrome-udvidelse udviklet af Maxim Collingwood, og dens hovedfunktion er "A drag-and-drop chessboard in a popup.".
Udvidelsesskærmbilleder
Download Popup Chess-udvidelses-CRX-fil
Download Popup Chess-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Popup Chess |
ID | fdcghamdklpdgdcdhjlelphhcbdgpapn |
Officiel URL | https://chromewebstore.google.com/detail/popup-chess/fdcghamdklpdgdcdhjlelphhcbdgpapn |
Beskrivelse | A drag-and-drop chessboard in a popup. |
Filstørrelse | 85.04 KB |
Antal Installationer | 346 |
Nuværende Version | 1 |
Senest Opdateret | 2021-03-30 |
Udgivelsesdato | 2021-03-29 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Maxim Collingwood |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |