Minesweeper Extension
Open a new tab and let's sweep some mines!
Minesweeper Extensionคืออะไร?
Minesweeper Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://andrewgard.house และคุณลักษณะหลักของมันคือ "Open a new tab and let's sweep some mines!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minesweeper Extension
ดาวน์โหลดไฟล์ส่วนขยาย Minesweeper Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is your classic Minesweeper, ready to play whenever you open a new tab. Features: - 4 difficulty levels - Scoreboard keeps track of your fastest times - Current game starts again when you open a new tab Controls: - Left click: Reveals a cell - Right click: Flags a cell Extension Icon made by Freepik (https://www.freepik.com/) from Flaticon (www.flaticon.com)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Minesweeper Extension |
ID | mlbddfjjjedjeablobkakcbmenmpkoag |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/minesweeper-extension/mlbddfjjjedjeablobkakcbmenmpkoag |
คำอธิบาย | Open a new tab and let's sweep some mines! |
ขนาดไฟล์ | 486 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-01-30 |
วันที่เผยแพร่ | 2019-01-30 |
ผู้พัฒนา | https://andrewgard.house |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://andrewgard.house |
URL หน้าช่วยเหลือ | https://andrewgard.house |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minesweeper Extension", "version": "1.0", "manifest_version": 2, "description": "Open a new tab and let's sweep some mines!", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "\/img\/icons\/bomb-16x16.png", "48": "\/img\/icons\/bomb-48x48.png", "128": "\/img\/icons\/bomb-128x128.png" }, "web_accessible_resources": [ "css\/*.css", "js\/*.js" ] } |