Minesweeper
Let's play some Minesweeper!
Minesweeperคืออะไร?
Minesweeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Greenboigz และคุณลักษณะหลักของมันคือ "Let's play some Minesweeper!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minesweeper
ดาวน์โหลดไฟล์ส่วนขยาย Minesweeper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This rendition of Minesweeper is a game that allows all the functionality and imagery of the original Minesweeper game. There are 4 levels, ranging from easy to expert, and an additional custom level, which let's you set the size of the board and number of mines. Additionally, there are scoreboards and settings which let you control how you play the game, and how the game looks. Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Minesweeper |
ID | chackijkbbbmdlgekngbjdcpnbgaepji |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/minesweeper/chackijkbbbmdlgekngbjdcpnbgaepji |
คำอธิบาย | Let's play some Minesweeper! |
ขนาดไฟล์ | 797 KB |
จำนวนการติดตั้ง | 25,820 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2018-11-25 |
วันที่เผยแพร่ | 2018-11-25 |
คะแนน | 4.21/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | Greenboigz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minesweeper", "short_name": "Minesweeper", "version": "1.3.1", "manifest_version": 2, "description": "Let's play some Minesweeper!", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "\/img\/red_flag_tile.png", "default_popup": "Minesweeper.html" } } |