Kerbal Tools
This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.
Hvad er Kerbal Tools?
Kerbal Tools er en Chrome-udvidelse udviklet af RockyTV, og dens hovedfunktion er "This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.".
Download Kerbal Tools-udvidelses-CRX-fil
Download Kerbal Tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hceilaibglbkanfchoeegcchghlghhao |
Officiel URL | https://chrome.google.com/webstore/detail/kerbal-tools/hceilaibglbkanfchoeegcchghlghhao |
Beskrivelse | This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more. |
Filstørrelse | 162 KB |
Antal Installationer | 284 |
Nuværende Version | 0.0.1.0 |
Senest Opdateret | 2013-11-15 |
Udgivelsesdato | 2013-11-15 |
Bedømmelse | 4.58/5 Samlet 26 Bedømmelser |
Udvikler | RockyTV |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |