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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |