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 |
Eメール | [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\/*" ] } } |