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은(는) Lawrence Hunt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grab Trello and JIRA cards with Leap Motion controller."입니다.

확장 프로그램 스크린샷

screenshot

Leap Motion for Trello and JIRA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}