Popup Chess
A drag-and-drop chessboard in a popup.
Apa itu Popup Chess?
Popup Chess adalah ekstensi Chrome yang dikembangkan oleh Maxim Collingwood, dan fitur utamanya adalah "A drag-and-drop chessboard in a popup.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Popup Chess
Unduh file ekstensi Popup Chess dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Popup Chess |
ID | fdcghamdklpdgdcdhjlelphhcbdgpapn |
URL Resmi | https://chromewebstore.google.com/detail/popup-chess/fdcghamdklpdgdcdhjlelphhcbdgpapn |
Deskripsi | A drag-and-drop chessboard in a popup. |
Ukuran File | 85.04 KB |
Jumlah Instalasi | 346 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2021-03-30 |
Tanggal Publikasi | 2021-03-29 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Maxim Collingwood |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |