Chess - the board game
Chess is a two-player strategy board game played on a chessboard
什麼是Chess - the board game?
Chess - the board game是由bakhirev.alexey開發的Chrome擴展程式,該擴展的主要功能是“Chess is a two-player strategy board game played on a chessboard”。
擴展截圖
下載Chess - the board game擴展crx文件
下載Chess - the board game擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chess is a two-player strategy board game played on a chessboard, a square checkered gameboard with 64 squares arranged in an eight-by-eight grid. It is one of the world's most popular games, played by millions of people worldwide at home, in clubs, online, by correspondence, and in tournaments. 擴展基本資訊
| 名稱 | |
| ID | licgjijkcdabjnhdhadlpepdigkjjigp |
| 官方網址 | https://chromewebstore.google.com/detail/chess-the-board-game/licgjijkcdabjnhdhadlpepdigkjjigp |
| 簡介 | Chess is a two-player strategy board game played on a chessboard |
| 檔案大小 | 824 KB |
| 安裝次數 | 3,652 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2013-02-10 |
| 上架時間 | 2013-02-10 |
| 評分 | 3.22/5 共 27 次評分 |
| 開發者 | bakhirev.alexey |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "custom_icon_16.png",
"default_popup": "popup.html",
"default_title": "Chess - the board game"
},
"description": "Chess is a two-player strategy board game played on a chessboard",
"icons": {
"16": "custom_icon_16.png",
"48": "custom_icon_48.jpg",
"128": "custom_icon_128.jpg"
},
"sandbox": {
"pages": [
"game\/index.html"
],
"scripts": [
"game\/js\/chess.js"
]
},
"manifest_version": 2,
"minimum_chrome_version": "1.0",
"name": "Chess - the board game",
"version": "1.0.0"
} | |