KMineSweeper
A Classic MineSweeper game with beautiful graphics and score board
KMineSweeper क्या है?
KMineSweeper Ahmed Kotb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Classic MineSweeper game with beautiful graphics and score board"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में KMineSweeper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
** Update : New Facebook page https://www.facebook.com/kminesweeper ** The Mine Sweeper game that we all know but in a new look and feel with support of all the features found in the desktop version. features : -small/medium/large boards -flags. -clicking in uncovered cell with correct flags around it will reveal all the surrounding cells. -score board. -pause/resume. -resume last played game why should you install Mine Sweeper ? well if you are feeling geeky or you are a mine sweeper addict like me then you will find this extension a great time killer :) also it doesn't depend on your PC so it will work in any platform even in your portable chrome version. For any one interested in improving the extension , the source code is now in github http://github.com/ahmedkotb/ChromeMinesweeper
एक्सटेंशन की मूल जानकारी
नाम | KMineSweeper |
ID | ldmhhkobonimkpkfoabdmmngbbjcgilo |
आधिकारिक URL | https://chromewebstore.google.com/detail/kminesweeper/ldmhhkobonimkpkfoabdmmngbbjcgilo |
विवरण | A Classic MineSweeper game with beautiful graphics and score board |
फ़ाइल का आकार | 134 KB |
स्थापना संख्या | 4,590 |
वर्तमान संस्करण | 0.6.3 |
अंतिम अपडेट | 2013-08-11 |
प्रकाशन तिथि | 2013-08-11 |
रेटिंग | 4.45/5 कुल 158 रेटिंग्स |
डेवलपर | Ahmed Kotb |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://github.com/ahmedkotb/ChromeMinesweeper |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KMineSweeper", "version": "0.6.3", "manifest_version": 2, "description": "A Classic MineSweeper game with beautiful graphics and score board", "background": { "scripts": [ "main.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/mine.png" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |