Leap Motion for Trello and JIRA
Grab Trello and JIRA cards with Leap Motion controller.
What is Leap Motion for Trello and JIRA?
Leap Motion for Trello and JIRA is a Chrome extension developed by Lawrence Hunt, and its main feature is "Grab Trello and JIRA cards with Leap Motion controller.".
Extension Screenshots
Download Leap Motion for Trello and JIRA Extension CRX File
Download Leap Motion for Trello and JIRA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a Chrome extension which utilises the Leap Motion Controller to be able to grab and move cards in Trello and Jira.
Extension Basic Information
Name | Leap Motion for Trello and JIRA |
ID | lffgihdddbcfclhacokdnfecocoobpnm |
Official URL | https://chromewebstore.google.com/detail/leap-motion-for-trello-an/lffgihdddbcfclhacokdnfecocoobpnm |
Description | Grab Trello and JIRA cards with Leap Motion controller. |
File Size | 68.82 KB |
Installation Count | 43 |
Current Version | 0.1 |
Last Updated | 2015-04-02 |
Publish Date | 2015-04-02 |
Rating | 4.25/5 Total 4 Ratings |
Developer | Lawrence Hunt |
Payment Type | free |
Supported Languages | 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" ] } |