Kerbal Tools
This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.
Kerbal Tools là gì?
Kerbal Tools là một tiện ích mở rộng Chrome được phát triển bởi RockyTV, và tính năng chính của nó là "This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more.".
Tải xuống tệp CRX của tiện ích mở rộng Kerbal Tools
Tải xuống các tệp mở rộng Kerbal Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hceilaibglbkanfchoeegcchghlghhao |
URL Chính Thức | https://chrome.google.com/webstore/detail/kerbal-tools/hceilaibglbkanfchoeegcchghlghhao |
Mô tả | This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more. |
Kích Thước Tệp | 162 KB |
Số Lần Cài Đặt | 284 |
Phiên Bản Hiện Tại | 0.0.1.0 |
Cập Nhật Lần Cuối | 2013-11-15 |
Ngày Phát Hành | 2013-11-15 |
Đánh Giá | 4.58/5 Tổng số 26 Đánh Giá |
Nhà Phát Triển | RockyTV |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |