Chrome Chess
This extension enables you to quickly play chess online and be notified upon opponent move
Chrome Chessとは何ですか?
Chrome Chessはhttps://104.236.179.244:3000によって開発されたChromeの拡張機能で、その主な機能は「This extension enables you to quickly play chess online and be notified upon opponent move」です。
拡張機能のスクリーンショット
Chrome Chess拡張機能のCRXファイルをダウンロード
Chrome Chess拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Version 0.1.8 - Notify player when opponent resigns. Version 0.1.7 - Update socket.io to stable release. Connect sockets on first action. Version 0.1.6 - Minor fixes Version 0.1.5 - Added invite option ChromeChess is simple PVP version of good old chess where game of chess is just click away. This extension acts as simple chess user interface inside small popup window. So, basically you can continue your daily work inside Chrome while still playing chess. When opponent makes his move you will be notified so you can open chess board and make your move.
拡張機能の基本情報
名前 | Chrome Chess |
ID | hpahaceigpcebiefmijneimenbgbcjcn |
公式URL | https://chromewebstore.google.com/detail/chrome-chess/hpahaceigpcebiefmijneimenbgbcjcn |
説明 | This extension enables you to quickly play chess online and be notified upon opponent move |
ファイルサイズ | 330 KB |
インストール数 | 60,000 |
現在のバージョン | 0.1.8 |
最終更新日 | 2017-05-05 |
公開日 | 2017-05-05 |
評価 | 2.42/5 合計 228 レビュー |
開発者 | https://104.236.179.244:3000 |
支払い方法 | free |
拡張機能のウェブサイト | http://104.236.179.244:3000/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Chess", "description": "This extension enables you to quickly play chess online and be notified upon opponent move", "version": "0.1.8", "icons": { "16": "images\/icon.png", "32": "images\/icon_32.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png", "256": "images\/icon_256.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Chrome Chess" }, "author": "Zlatan Momic", "background": { "scripts": [ "js\/socket.io-1.7.3.js", "js\/config.js", "js\/extension_background.js" ] } } |