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