PongScreen
Pong start screen
PongScreenคืออะไร?
PongScreen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kuiche และคุณลักษณะหลักของมันคือ "Pong start screen"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PongScreen
ดาวน์โหลดไฟล์ส่วนขยาย PongScreen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension changes your new tab screen into a fun game of pong :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PongScreen |
ID | jogdfojgpnippjkllmdjnpblibgpcpii |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pongscreen/jogdfojgpnippjkllmdjnpblibgpcpii |
คำอธิบาย | Pong start screen |
ขนาดไฟล์ | 13.16 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2015-03-14 |
วันที่เผยแพร่ | 2015-03-14 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Kuiche |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/kuiche/pongscreen |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PongScreen", "description": "Pong start screen", "version": "1.0.1", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "icon.png" }, "permissions": [] } |