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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grab Trello and JIRA cards with Leap Motion controller."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Leap Motion for Trello and JIRA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}