Pong
Play pong easily any time with the pong chrome extension!
什么是Pong?
Pong是由tophatcomix开发的Chrome扩展程序,该扩展的主要功能是“Play pong easily any time with the pong chrome extension!”。
扩展截图
下载Pong扩展crx文件
下载Pong扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Play pong easily at any time!
扩展基本信息
名称 | |
ID | glfjahkeilohfakpdppchhdiliokbinb |
官方URL | https://chrome.google.com/webstore/detail/pong/glfjahkeilohfakpdppchhdiliokbinb |
简介 | Play pong easily any time with the pong chrome extension! |
文件大小 | 5.52 KB |
安装次数 | 20,000 |
当前版本 | 1.0 |
更新时间 | 2019-02-07 |
上架时间 | 2019-02-07 |
评分 | 2.33/5 共15次评分 |
开发者 | tophatcomix |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pong", "description": "Play pong easily any time with the pong chrome extension!", "version": "1.0", "icons": { "16": "pong16.png", "48": "pong48.png", "128": "pong128.png" }, "browser_action": { "default_icon": "pong16.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |