Minesweeper
📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to…
Minesweeperคืออะไร?
Minesweeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abhpd.official และคุณลักษณะหลักของมันคือ "📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minesweeper
ดาวน์โหลดไฟล์ส่วนขยาย Minesweeper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to click out of the Extension popup.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Minesweeper |
ID | dekmhbcionhhaiegppdmghjmlehllgpm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/minesweeper/dekmhbcionhhaiegppdmghjmlehllgpm |
คำอธิบาย | 📺 One of the classic game directly to your Chrome extension bar 😊 Saves your progress so you do not need to worry if you have to… |
ขนาดไฟล์ | 1.2 MB |
จำนวนการติดตั้ง | 88 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-12-01 |
วันที่เผยแพร่ | 2020-11-30 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | abhpd.official |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minesweeper", "version": "1.0", "manifest_version": 2, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Minesweeper" }, "permissions": [ "storage" ] } |