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은(는) RockyTV에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps Kerbal Space Program players to calculate Rocket Design things, such as TWR, Delta-V, ISP and more."입니다.
Kerbal Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |