Kerbal Tools

This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.

Cos'è Kerbal Tools?

Kerbal Tools è un'estensione di Chrome sviluppata da RockyTV, e la sua funzione principale è "This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.".

Scarica il file CRX dell'estensione Kerbal Tools

Scarica i file di estensione Kerbal Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Kerbal Tools Kerbal Tools
ID hceilaibglbkanfchoeegcchghlghhao
URL Ufficiale https://chrome.google.com/webstore/detail/kerbal-tools/hceilaibglbkanfchoeegcchghlghhao
Descrizione This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.
Dimensione del File 162 KB
Conteggio Installazioni 284
Versione Corrente 0.0.1.0
Ultimo Aggiornamento 2013-11-15
Data di Pubblicazione 2013-11-15
Valutazione 4.58/5 Totale 26 Valutazioni
Sviluppatore RockyTV
Tipo di Pagamento free
Lingue Supportate 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"
    }
}