Ping Pong Pro
Relive the 90's with this classic ping pong game. Developed by P&D.
什麼是Ping Pong Pro?
Ping Pong Pro是由Dheeraj Dagar開發的Chrome擴展程式,該擴展的主要功能是“Relive the 90's with this classic ping pong game. Developed by P&D.”。
擴展截圖
下載Ping Pong Pro擴展crx文件
下載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.
擴展基本資訊
名稱 | Ping Pong Pro |
ID | dgcpabogbpfgndfnfhjkhkjaniaigclf |
官方網址 | 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" } } } |