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.                    

扩展基本信息

名称 Kerbal Tools Kerbal Tools
ID hceilaibglbkanfchoeegcchghlghhao
官方URL 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"
    }
}