Durak - the card game
Card game the Durak
Durak - the card game क्या है?
Durak - the card game bakhirev.alexey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Card game the Durak"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Durak - the card game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |