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.                    

Основная информация о расширении

Название Kerbal Tools Kerbal Tools
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"
    }
}