Tower Blocks
How high can you stack?
Tower Blocksคืออะไร?
Tower Blocks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Etai Gabbai และคุณลักษณะหลักของมันคือ "How high can you stack?"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tower Blocks
ดาวน์โหลดไฟล์ส่วนขยาย Tower Blocks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tower Blocks is a fun and simple game that opens in a pop up window. The goal of the game, stack the blocks as high as you can! How high can you stack? Credits: Steve Gardner on Codepen Check him out here: https://twitter.com/steeevg Original: https://twitter.com/steeevg
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jfbggeeelmakjbdahnhnfojgnemahfkc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tower-blocks/jfbggeeelmakjbdahnhnfojgnemahfkc |
คำอธิบาย | How high can you stack? |
ขนาดไฟล์ | 199 KB |
จำนวนการติดตั้ง | 2,712 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-12-17 |
วันที่เผยแพร่ | 2021-12-16 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Etai Gabbai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tower Blocks", "description": "How high can you stack?", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/towerblocks_16.png", "32": "\/images\/towerblocks_32.png", "48": "\/images\/towerblocks_48.png", "128": "\/images\/towerblocks_128.png" } }, "icons": { "16": "\/images\/towerblocks_16.png", "32": "\/images\/towerblocks_32.png", "48": "\/images\/towerblocks_48.png", "128": "\/images\/towerblocks_128.png" } } |