Neo Golf
Simple 2D Mini Golf
什么是Neo Golf?
Neo Golf是由http://onionfist.net开发的Chrome扩展程序,该扩展的主要功能是“Simple 2D Mini Golf”。
扩展截图
下载Neo Golf扩展crx文件
下载Neo Golf扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
2D mini golf game, right in your popup! Do you want to make your own levels? Watch these two short tutorials for making your own maps: - Tutorial 1: https://youtu.be/2wXn8XSAaxY - Tutorial 2: https://youtu.be/q2k0REHkyaQ This used to be a 3D game, but I re-programmed into a 2D game because I want to include Neo Golf in Elytrix.
扩展基本信息
名称 | |
ID | fmngeekpbknidojdgpbhajnbmcmemkjf |
官方URL | https://chrome.google.com/webstore/detail/neo-golf/fmngeekpbknidojdgpbhajnbmcmemkjf |
简介 | Simple 2D Mini Golf |
文件大小 | 21.14 MB |
安装次数 | 57,176 |
当前版本 | 0.004 |
更新时间 | 2022-03-18 |
上架时间 | 2021-12-28 |
评分 | 3.77/5 共13次评分 |
开发者 | http://onionfist.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://onionfist.net/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Neo Golf", "short_name": "Neo Golf", "description": "Simple 2D Mini Golf", "version": "0.004", "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_icon": "assets\/icons\/icon.png", "default_popup": "index.html" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/*.onionfist.com\/*" ] } } |