Simple PONG

Simple and lightweight PONG Game written in JavaScript using jQuery

什么是Simple PONG?

Simple PONG是由MaxMouse开发的Chrome扩展程序,该扩展的主要功能是“Simple and lightweight PONG Game written in JavaScript using jQuery”。

扩展截图

screenshot

下载Simple PONG扩展crx文件

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

扩展使用说明

                        Simple PONG popup game played with up and down keys of your keyboard.
Free, no ads, no registration, no internet connection required.                    

扩展基本信息

名称 Simple PONG Simple PONG
ID ogbjfaoljhhadaijpjaojepohlnipmlp
官方URL https://chromewebstore.google.com/detail/simple-pong/ogbjfaoljhhadaijpjaojepohlnipmlp
简介 Simple and lightweight PONG Game written in JavaScript using jQuery
文件大小 56.84 KB
安装次数 12,757
当前版本 3.0
更新时间 2020-07-29
上架时间 2017-05-23
评分 3.82/5 共38次评分
开发者 MaxMouse
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple PONG",
    "short_name": "PONG",
    "description": "Simple and lightweight PONG Game written in JavaScript using jQuery",
    "version": "3.0",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "game.html"
    },
    "permissions": []
}