Leap Motion for Trello and JIRA

Grab Trello and JIRA cards with Leap Motion controller.

Что такое Leap Motion for Trello and JIRA?

Leap Motion for Trello and JIRA - это расширение Chrome, разработанное Lawrence Hunt, и его основная функция - "Grab Trello and JIRA cards with Leap Motion controller.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Leap Motion for Trello and JIRA

Скачайте файлы расширений Leap Motion for Trello and JIRA в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This is a Chrome extension which utilises the Leap Motion Controller to be able to grab and move cards in Trello and Jira.                    

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

Название Leap Motion for Trello and JIRA Leap Motion for Trello and JIRA
ID lffgihdddbcfclhacokdnfecocoobpnm
Официальный URL https://chromewebstore.google.com/detail/leap-motion-for-trello-an/lffgihdddbcfclhacokdnfecocoobpnm
Описание Grab Trello and JIRA cards with Leap Motion controller.
Размер файла 68.82 KB
Количество установок 43
Текущая Версия 0.1
Последнее Обновление 2015-04-02
Дата публикации 2015-04-02
Рейтинг 4.25/5 Всего 4 оценок
Разработчик Lawrence Hunt
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leap Motion for Trello and JIRA",
    "short_name": "Leap Trello\/ JIRA",
    "version": "0.1",
    "description": "Grab Trello and JIRA cards with Leap Motion controller.",
    "icons": {
        "16": "icons\/leap_icon_16.png",
        "48": "icons\/leap_icon_48.png",
        "128": "icons\/leap_icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistant": false
    },
    "browser_action": {
        "default_title": "Leap for Trello\/ JIRA"
    },
    "web_accessible_resources": [
        "main-leap.js"
    ]
}