PongScreen

Pong start screen

What is PongScreen?

PongScreen is a Chrome extension developed by Kuiche, and its main feature is "Pong start screen".

Extension Screenshots

screenshot

Download PongScreen Extension CRX File

Download PongScreen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension changes your new tab screen into a fun game of pong :)                    

Extension Basic Information

Name PongScreen PongScreen
ID jogdfojgpnippjkllmdjnpblibgpcpii
Official URL https://chromewebstore.google.com/detail/pongscreen/jogdfojgpnippjkllmdjnpblibgpcpii
Description Pong start screen
File Size 13.16 KB
Installation Count 13
Current Version 1.0.1
Last Updated 2015-03-14
Publish Date 2015-03-14
Rating 4.00/5 Total 1 Ratings
Developer Kuiche
Payment Type free
Extension Website https://github.com/kuiche/pongscreen
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PongScreen",
    "description": "Pong start screen",
    "version": "1.0.1",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": []
}