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 |
官方URL | 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" ] } |