Onion Simulator
2D physics game, protect the onion using one piece of string.
什麼是Onion Simulator?
Onion Simulator是由https://onionfist.net開發的Chrome擴展程式,該擴展的主要功能是“2D physics game, protect the onion using one piece of string.”。
擴展截圖
下載Onion Simulator擴展crx文件
下載Onion Simulator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Drawing game combined with a physics engine. 擴展基本資訊
| 名稱 | |
| ID | aecoohfoheganandmojfkbnmnllfhjdg |
| 官方網址 | https://chromewebstore.google.com/detail/onion-simulator/aecoohfoheganandmojfkbnmnllfhjdg |
| 簡介 | 2D physics game, protect the onion using one piece of string. |
| 檔案大小 | 2.07 MB |
| 安裝次數 | 8,000 |
| 目前版本 | 0.001 |
| 更新時間 | 2023-02-08 |
| 上架時間 | 2023-02-07 |
| 評分 | 3.20/5 共 5 次評分 |
| 開發者 | https://onionfist.net |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Onion Simulator",
"short_name": "Onion Simulator",
"description": "2D physics game, protect the onion using one piece of string.",
"version": "0.001",
"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"
]
} | |