Kerbal Tools
This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.
Qu'est-ce que Kerbal Tools ?
Kerbal Tools est une extension Chrome développée par RockyTV, et sa fonction principale est "This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.".
Télécharger le fichier CRX de l'extension Kerbal Tools
Téléchargez les fichiers d'extension Kerbal Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hceilaibglbkanfchoeegcchghlghhao |
URL Officiel | https://chrome.google.com/webstore/detail/kerbal-tools/hceilaibglbkanfchoeegcchghlghhao |
Description | This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more. |
Taille du Fichier | 162 KB |
Nombre d'Installations | 284 |
Version Actuelle | 0.0.1.0 |
Dernière Mise à Jour | 2013-11-15 |
Date de Publication | 2013-11-15 |
Évaluation | 4.58/5 Total 26 Évaluations |
Développeur | RockyTV |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |