KMineSweeper
A Classic MineSweeper game with beautiful graphics and score board
KMineSweeperคืออะไร?
KMineSweeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ahmed Kotb และคุณลักษณะหลักของมันคือ "A Classic MineSweeper game with beautiful graphics and score board"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KMineSweeper
ดาวน์โหลดไฟล์ส่วนขยาย KMineSweeper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
** 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" } } |