Ping Pong
play ping pong in your browser
什麼是Ping Pong?
Ping Pong是由http://slidemations.com開發的Chrome擴展程式,該擴展的主要功能是“play ping pong in your browser”。
擴展截圖
下載Ping Pong擴展crx文件
下載Ping Pong擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Play ping pong game as a popup directly in your browser!! Ping Pong will be updated weekly. previous version: V0.3, Features: grey background, major bug fix, other game play issues solved. current version: V0.4, Features: A.I. added, you now play against an AI instead of hitting against a wall. Next version: V0.5, Features: change paddle color option, change ball color option.
擴展基本資訊
名稱 | |
ID | poagkllmflpmfpmaeipceckoglnjfkme |
官方網址 | https://chrome.google.com/webstore/detail/ping-pong/poagkllmflpmfpmaeipceckoglnjfkme |
簡介 | play ping pong in your browser |
檔案大小 | 11.72 KB |
安裝次數 | 2,000 |
目前版本 | 0.4.3 |
更新時間 | 2019-03-08 |
上架時間 | 2019-03-08 |
評分 | 5.00/5 共 1 次評分 |
開發者 | http://slidemations.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://home.slidemations.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ping Pong", "short_name": "pong", "description": "play ping pong in your browser", "version": "0.4.3", "version_name": "V0.4 alpha", "manifest_version": 2, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "thing.html" }, "permissions": [ "storage" ] } |