Kerbal Tools
This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.
什麼是Kerbal Tools?
Kerbal Tools是由RockyTV開發的Chrome擴展程式,該擴展的主要功能是“This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.”。
下載Kerbal Tools擴展crx文件
下載Kerbal Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Kerbal Tools was designed to help Kerbal Space Program players to design efficient rockets, by calculating Thrust-to-weight ratio, Delta-V, ISP and more. DEVELOPER NOTE: extension icons are subject to change.
擴展基本資訊
名稱 | |
ID | hceilaibglbkanfchoeegcchghlghhao |
官方網址 | https://chrome.google.com/webstore/detail/kerbal-tools/hceilaibglbkanfchoeegcchghlghhao |
簡介 | This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more. |
檔案大小 | 162 KB |
安裝次數 | 284 |
目前版本 | 0.0.1.0 |
更新時間 | 2013-11-15 |
上架時間 | 2013-11-15 |
評分 | 4.58/5 共 26 次評分 |
開發者 | RockyTV |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kerbal Tools", "description": "This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.", "version": "0.0.1.0", "author": "RockyTV", "browser_action": { "default_icon": "icon.png", "default_popup": "tools.html" }, "permissions": [ "notifications" ], "icons": { "64": "icon.png", "128": "icon128.png", "256": "icon256.png" } } |