minesweeper
The classic game minesweeper as chrome extension!
minesweeperคืออะไร?
minesweeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://robinsoepboer.com และคุณลักษณะหลักของมันคือ "The classic game minesweeper as chrome extension!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย minesweeper
ดาวน์โหลดไฟล์ส่วนขยาย minesweeper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
features:
- keyboard support (arrowkeys/space to place flag/enter key to reveal square)
- classic rules (you don't have to flag every mine)
- works offline
- chrome book: hold alt key and click to place flag ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | nidkgaaedkeepdalkdcmhhnpfgekjbpm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/minesweeper/nidkgaaedkeepdalkdcmhhnpfgekjbpm |
| คำอธิบาย | The classic game minesweeper as chrome extension! |
| ขนาดไฟล์ | 152 KB |
| จำนวนการติดตั้ง | 987 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2021-04-29 |
| วันที่เผยแพร่ | 2020-01-13 |
| คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
| ผู้พัฒนา | https://robinsoepboer.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://robinsoepboer.com/minesweeper |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "minesweeper",
"short_name": "minesweeper",
"description": "The classic game minesweeper as chrome extension!",
"version": "1.0",
"icons": {
"16": "assets\/mine.16.png",
"48": "assets\/mine.48.png"
},
"browser_action": {
"default_icon": "assets\/mine.png",
"default_title": "Open the minesweeper browser extension"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": []
} | |