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 |
公式URL | 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" } |