Simple PONG

Simple and lightweight PONG Game written in JavaScript using jQuery

Vad är Simple PONG?

Simple PONG är en Chrome-tillägg utvecklad av MaxMouse, och dess huvudfunktion är "Simple and lightweight PONG Game written in JavaScript using jQuery".

Tilläggsskärmbilder

screenshot

Ladda ner Simple PONG-förlängningens CRX-fil

Ladda ner Simple PONG-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Simple PONG Simple PONG
ID ogbjfaoljhhadaijpjaojepohlnipmlp
Officiell webbadress https://chromewebstore.google.com/detail/simple-pong/ogbjfaoljhhadaijpjaojepohlnipmlp
Beskrivning Simple and lightweight PONG Game written in JavaScript using jQuery
Filstorlek 56.84 KB
Antal Installationer 12,757
Aktuell Version 3.0
Senast Uppdaterad 2020-07-29
Publiceringsdatum 2017-05-23
Betyg 3.82/5 Totalt 38 Betyg
Utvecklare MaxMouse
E-post [email protected]
Betalningssätt free
Stödda Språk 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": []
}