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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |