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. 扩展基本信息
| 名称 | |
| 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"
}
}
} | |