Ugolki
The task of the game - to move their pieces into the opposite corner.
Ugolki क्या है?
Ugolki bakhirev.alexey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The task of the game - to move their pieces into the opposite corner."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ugolki एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The task of the game - to move their pieces into the opposite corner, before your opponent to build in your corner. Moves are made, one by one. Movement is possible along the horizontals and verticals in all directions. In one move, move no more than one checker.
एक्सटेंशन की मूल जानकारी
नाम | Ugolki |
ID | cnddfklmjhnnonidmconpbokkficbohg |
आधिकारिक URL | https://chromewebstore.google.com/detail/ugolki/cnddfklmjhnnonidmconpbokkficbohg |
विवरण | The task of the game - to move their pieces into the opposite corner. |
फ़ाइल का आकार | 197 KB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2013-02-21 |
प्रकाशन तिथि | 2013-02-21 |
डेवलपर | 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": "Ugolki" }, "description": "The task of the game - to move their pieces into the opposite corner.", "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": "Ugolki", "version": "1.0.0" } |