Durak - the card game
Card game the Durak
Durak - the card gameとは何ですか?
Durak - the card gameはbakhirev.alexeyによって開発されたChromeの拡張機能で、その主な機能は「Card game the Durak」です。
拡張機能のスクリーンショット
Durak - the card game拡張機能のCRXファイルをダウンロード
Durak - the card game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The game of Durak appeared in the 19th century in Russia. This is one of the few card games, in which it is possible to develop a clear plan of action. The richness and variety of different combinations, Durak leaves far behind the Checkers, and to some extent comparable to chess. Strategy game based on memorization of cards, probability theory, and psychology.
拡張機能の基本情報
名前 | Durak - the card game |
ID | moendlkcamnfghollfakonolmkaeedmj |
公式URL | https://chromewebstore.google.com/detail/durak-the-card-game/moendlkcamnfghollfakonolmkaeedmj |
説明 | Card game the Durak |
ファイルサイズ | 378 KB |
インストール数 | 814 |
現在のバージョン | 2.2.0 |
最終更新日 | 2013-02-10 |
公開日 | 2013-02-09 |
評価 | 4.54/5 合計 24 レビュー |
開発者 | 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": "Durak - the card game" }, "description": "Card game the Durak", "icons": { "16": "custom_icon_16.png", "48": "custom_icon_48.png", "128": "custom_icon_128.png" }, "sandbox": { "pages": [ "game\/index.html" ], "scripts": [ "game\/js\/durak.js" ] }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "Durak - the card game", "version": "2.2.0" } |