Kerbal Tools
This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.
ما هو Kerbal Tools؟
Kerbal Tools هو إضافة Chrome تم تطويرها بواسطة RockyTV، والميزة الرئيسية لها هي "This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.".
تحميل ملف CRX للإضافة Kerbal Tools
قم بتنزيل ملفات الامتداد Kerbal Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | hceilaibglbkanfchoeegcchghlghhao |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/kerbal-tools/hceilaibglbkanfchoeegcchghlghhao |
الوصف | This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more. |
حجم الملف | 162 KB |
عدد التثبيتات | 284 |
النسخة الحالية | 0.0.1.0 |
آخر تحديث | 2013-11-15 |
تاريخ النشر | 2013-11-15 |
تقييم | 4.58/5 مجموع تقييمات 26 |
المطور | RockyTV |
نوع الدفع | free |
اللغات المدعومة | 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" } } |