Simple PONG
Simple and lightweight PONG Game written in JavaScript using jQuery
Wat is Simple PONG?
Simple PONG is een Chrome-extensie ontwikkeld door MaxMouse, en de belangrijkste functie is "Simple and lightweight PONG Game written in JavaScript using jQuery".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple PONG
Download Simple PONG-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simple PONG popup game played with up and down keys of your keyboard. Free, no ads, no registration, no internet connection required.
Basisinformatie over de Extensie
Naam | Simple PONG |
ID | ogbjfaoljhhadaijpjaojepohlnipmlp |
Officiële URL | https://chromewebstore.google.com/detail/simple-pong/ogbjfaoljhhadaijpjaojepohlnipmlp |
Beschrijving | Simple and lightweight PONG Game written in JavaScript using jQuery |
Bestandsgrootte | 56.84 KB |
Aantal Installaties | 12,757 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2020-07-29 |
Publicatiedatum | 2017-05-23 |
Beoordeling | 3.82/5 Totaal 38 Beoordelingen |
Ontwikkelaar | MaxMouse |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } |