Tetrium
A tetris inspired app.
Tetriumคืออะไร?
Tetrium เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://auy.sh และคุณลักษณะหลักของมันคือ "A tetris inspired app."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tetrium
ดาวน์โหลดไฟล์ส่วนขยาย Tetrium ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tetrium is an extension that allows you to play a modular and customizable game of Tetris in a popup. Tetrium is currently one of the most customizable extensions on the webstore, providing the ability to fine tune your game. Tetrium perfect for wasting time that could be otherwise spent on work. -- credit to simonlc on github for the original source (tetr.js)! i've modified it in a way to make it playable in a chrome popup :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gbnfojoklohjhblkkiokeebokahfpcpj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tetrium/gbnfojoklohjhblkkiokeebokahfpcpj |
คำอธิบาย | A tetris inspired app. |
ขนาดไฟล์ | 32.15 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2021-08-12 |
วันที่เผยแพร่ | 2021-05-10 |
คะแนน | 4.83/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | https://auy.sh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://auy.sh |
URL หน้าช่วยเหลือ | https://auy.sh |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tetrium", "version": "0.0.1", "manifest_version": 2, "description": "A tetris inspired app.", "homepage_url": "https:\/\/auy.rip", "icons": { "16": "images\/tetrium16.png", "32": "images\/tetrium32.png", "48": "images\/tetrium48.png", "64": "images\/tetrium64.png", "128": "images\/tetrium128.png", "256": "images\/tetrium256.png", "512": "images\/tetrium512.png" }, "browser_action": { "default_title": "Tetrium", "default_popup": "tetrium.html" } } |