Kerbal Tools
This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.
Wat is Kerbal Tools?
Kerbal Tools is een Chrome-extensie ontwikkeld door RockyTV, en de belangrijkste functie is "This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.".
Download het CRX-bestand van de extensie Kerbal Tools
Download Kerbal Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hceilaibglbkanfchoeegcchghlghhao |
Officiële URL | https://chrome.google.com/webstore/detail/kerbal-tools/hceilaibglbkanfchoeegcchghlghhao |
Beschrijving | This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more. |
Bestandsgrootte | 162 KB |
Aantal Installaties | 284 |
Huidige Versie | 0.0.1.0 |
Laatst Bijgewerkt | 2013-11-15 |
Publicatiedatum | 2013-11-15 |
Beoordeling | 4.58/5 Totaal 26 Beoordelingen |
Ontwikkelaar | RockyTV |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |