Kerbal Tools
This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.
Co to jest Kerbal Tools?
Kerbal Tools to rozszerzenie Chrome opracowane przez RockyTV, a jego główną funkcją jest „This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.”.
Pobierz plik CRX rozszerzenia Kerbal Tools
Pobierz pliki rozszerzeń Kerbal Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hceilaibglbkanfchoeegcchghlghhao |
Oficjalny URL | https://chrome.google.com/webstore/detail/kerbal-tools/hceilaibglbkanfchoeegcchghlghhao |
Opis | This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more. |
Rozmiar pliku | 162 KB |
Liczba instalacji | 284 |
Aktualna Wersja | 0.0.1.0 |
Ostatnia Aktualizacja | 2013-11-15 |
Data Publikacji | 2013-11-15 |
Ocena | 4.58/5 Łącznie 26 Oceny |
Deweloper | RockyTV |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |