Ping Pong Pro
Relive the 90's with this classic ping pong game. Developed by P&D.
Ping Pong Proคืออะไร?
Ping Pong Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dheeraj Dagar และคุณลักษณะหลักของมันคือ "Relive the 90's with this classic ping pong game. Developed by P&D."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ping Pong Pro
ดาวน์โหลดไฟล์ส่วนขยาย Ping Pong Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tips:
* You will be playing with left side panel, right side is AI.
* Defeat the AI and you will win the game.
* First player to score 5 points will win the game.
* Try to hit the ball with edge of panel to give it more speed.
New features will be coming soon. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dgcpabogbpfgndfnfhjkhkjaniaigclf |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ping-pong-pro/dgcpabogbpfgndfnfhjkhkjaniaigclf |
| คำอธิบาย | Relive the 90's with this classic ping pong game. Developed by P&D. |
| ขนาดไฟล์ | 8.41 KB |
| จำนวนการติดตั้ง | 4,185 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2019-09-28 |
| วันที่เผยแพร่ | 2019-09-28 |
| คะแนน | 3.88/5 รวมทั้งหมด 8 คะแนน |
| ผู้พัฒนา | Dheeraj Dagar |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ping Pong Pro",
"description": "Relive the 90's with this classic ping pong game. Developed by P&D.",
"version": "1.1",
"browser_action": {
"default_popup": "hello.html",
"default_icon": "hello_extensions.png"
},
"manifest_version": 2,
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "Opens hello.html"
}
}
} | |