Pong

A classic pong game that plays in a popup.

什么是Pong?

Pong是由https://gamecheerleader.com开发的Chrome扩展程序,该扩展的主要功能是“A classic pong game that plays in a popup.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Pong扩展crx文件

下载Pong扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Our pong game can be played with up and down keys of your keyboard. Three difficulty levels are provided for more fun, ranging from easy to hard levels. You can switch between them anytime. No internet connection required for playing this game.

The features and rules:

Pong is a table tennis–themed arcade sports game, manufactured by Atari and originally released in 1972. After the installation, just click the Pong Game icon on the Chrome extension toolbar and the game will start in a popup window immediately. 

The game will end and show you win (or loss) when you (or computer) gets 5 points. Your best performance for each difficulty level will be recorded and shown at the top right corner. You are free to pause or start new game during each game session. 

Have fun with the pong game! Additionally, we've added some of our latest games at the bottom for your extra enjoyment.

CHANGELOG
==========
Version 0.1.3 - 0.1.5
- Add the section on new games
- Update the game list with time

Version 0.1.2
- Add google analytics

Version 0.1.1
- Optimize pong speed 
- Update user interface

Version 0.1.0
- Release basic pong features                    

扩展基本信息

名称 Pong Pong
ID iibmocmonpccjkjpdgngimgdgpaeheje
官方URL https://chromewebstore.google.com/detail/pong/iibmocmonpccjkjpdgngimgdgpaeheje
简介 A classic pong game that plays in a popup.
文件大小 89.11 KB
安装次数 4,000
当前版本 0.1.5
更新时间 2024-01-17
上架时间 2022-05-22
评分 5.00/5 共3次评分
开发者 https://gamecheerleader.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.gamecheerleader.com
帮助页面URL https://www.gamecheerleader.com/listing/pong-game/
隐私政策页面URL https://www.gamecheerleader.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pong",
    "short_name": "pong",
    "version": "0.1.5",
    "description": "A classic pong game that plays in a popup.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}