Ping Pong

play ping pong in your browser

Vad är Ping Pong?

Ping Pong är en Chrome-tillägg utvecklad av http://slidemations.com, och dess huvudfunktion är "play ping pong in your browser".

Tilläggsskärmbilder

screenshot

Ladda ner Ping Pong-förlängningens CRX-fil

Ladda ner Ping 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

                        Play ping pong game as a popup directly in your browser!! Ping Pong will be updated weekly. 

previous version: V0.3, Features: grey background, major bug fix, other game play issues solved.

current version: V0.4, Features: A.I. added, you now play against an AI instead of hitting against a wall.

Next version: V0.5, Features: change paddle color option, change ball color option.                    

Grundläggande Information om Tillägg

Namn Ping Pong Ping Pong
ID poagkllmflpmfpmaeipceckoglnjfkme
Officiell webbadress https://chrome.google.com/webstore/detail/ping-pong/poagkllmflpmfpmaeipceckoglnjfkme
Beskrivning play ping pong in your browser
Filstorlek 11.72 KB
Antal Installationer 2,000
Aktuell Version 0.4.3
Senast Uppdaterad 2019-03-08
Publiceringsdatum 2019-03-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://slidemations.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://home.slidemations.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ping Pong",
    "short_name": "pong",
    "description": "play ping pong in your browser",
    "version": "0.4.3",
    "version_name": "V0.4 alpha",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "thing.html"
    },
    "permissions": [
        "storage"
    ]
}