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 |
| Eメール | [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"
}
}
} | |