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 |
电子邮箱 | [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" } } |