Simple PONG

Simple and lightweight PONG Game written in JavaScript using jQuery

Qu'est-ce que Simple PONG ?

Simple PONG est une extension Chrome développée par MaxMouse, et sa fonction principale est "Simple and lightweight PONG Game written in JavaScript using jQuery".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simple PONG

Téléchargez les fichiers d'extension Simple PONG au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Simple PONG Simple PONG
ID ogbjfaoljhhadaijpjaojepohlnipmlp
URL Officiel https://chromewebstore.google.com/detail/simple-pong/ogbjfaoljhhadaijpjaojepohlnipmlp
Description Simple and lightweight PONG Game written in JavaScript using jQuery
Taille du Fichier 56.84 KB
Nombre d'Installations 12,757
Version Actuelle 3.0
Dernière Mise à Jour 2020-07-29
Date de Publication 2017-05-23
Évaluation 3.82/5 Total 38 Évaluations
Développeur MaxMouse
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}