Popup Chess
A drag-and-drop chessboard in a popup.
Popup Chessとは何ですか?
Popup ChessはMaxim Collingwoodによって開発されたChromeの拡張機能で、その主な機能は「A drag-and-drop chessboard in a popup.」です。
拡張機能のスクリーンショット
Popup Chess拡張機能のCRXファイルをダウンロード
Popup Chess拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Popup Chess |
ID | fdcghamdklpdgdcdhjlelphhcbdgpapn |
公式URL | https://chromewebstore.google.com/detail/popup-chess/fdcghamdklpdgdcdhjlelphhcbdgpapn |
説明 | A drag-and-drop chessboard in a popup. |
ファイルサイズ | 85.04 KB |
インストール数 | 346 |
現在のバージョン | 1 |
最終更新日 | 2021-03-30 |
公開日 | 2021-03-29 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Maxim Collingwood |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |