PongScreen
Pong start screen
什么是PongScreen?
PongScreen是由Kuiche开发的Chrome扩展程序,该扩展的主要功能是“Pong start screen”。
扩展截图
下载PongScreen扩展crx文件
下载PongScreen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        This extension changes your new tab screen into a fun game of pong :)                     扩展基本信息
| 名称 |   |  
| ID | jogdfojgpnippjkllmdjnpblibgpcpii | 
| 官方URL | https://chromewebstore.google.com/detail/pongscreen/jogdfojgpnippjkllmdjnpblibgpcpii | 
| 简介 | Pong start screen | 
| 文件大小 | 13.16 KB | 
| 安装次数 | 13 | 
| 当前版本 | 1.0.1 | 
| 更新时间 | 2015-03-14 | 
| 上架时间 | 2015-03-14 | 
| 评分 | 4.00/5 共1次评分 | 
| 开发者 | Kuiche | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/kuiche/pongscreen | 
| 支持的语言 | 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": []
}  |  |