Ketris
Simple tetris-type game to waste you time on.
Ketrisคืออะไร?
Ketris เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KetsuneH และคุณลักษณะหลักของมันคือ "Simple tetris-type game to waste you time on."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ketris
ดาวน์โหลดไฟล์ส่วนขยาย Ketris ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple yet addictive popup game to waste you time on. This chrome extension is still under development, but more and more updates will be made consistently in the future.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | coggohhjjkecjfcdochinpmjfhgpdenb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ketris/coggohhjjkecjfcdochinpmjfhgpdenb |
คำอธิบาย | Simple tetris-type game to waste you time on. |
ขนาดไฟล์ | 11.5 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2021-10-11 |
วันที่เผยแพร่ | 2021-10-11 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | KetsuneH |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/KeFx/Ketris |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ketris", "version": "0.0.1", "description": "Simple tetris-type game to waste you time on.", "browser_action": { "default_popup": "Ketris.html", "default_icon": "images\/KetrisIcon_128.png" }, "icons": { "32": "images\/KetrisIcon32.png", "128": "images\/KetrisIcon_128.png" } } |