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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Popup Chess
ID fdcghamdklpdgdcdhjlelphhcbdgpapn
官方網址 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"
    }
}