Kerbal Tools
This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.
Vad är Kerbal Tools?
Kerbal Tools är en Chrome-tillägg utvecklad av RockyTV, och dess huvudfunktion är "This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.".
Ladda ner Kerbal Tools-förlängningens CRX-fil
Ladda ner Kerbal Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | hceilaibglbkanfchoeegcchghlghhao |
Officiell webbadress | https://chrome.google.com/webstore/detail/kerbal-tools/hceilaibglbkanfchoeegcchghlghhao |
Beskrivning | This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more. |
Filstorlek | 162 KB |
Antal Installationer | 284 |
Aktuell Version | 0.0.1.0 |
Senast Uppdaterad | 2013-11-15 |
Publiceringsdatum | 2013-11-15 |
Betyg | 4.58/5 Totalt 26 Betyg |
Utvecklare | RockyTV |
Betalningssätt | free |
Stödda Språk | 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" } } |