Leap Motion for Trello and JIRA
Grab Trello and JIRA cards with Leap Motion controller.
Wat is Leap Motion for Trello and JIRA?
Leap Motion for Trello and JIRA is een Chrome-extensie ontwikkeld door Lawrence Hunt, en de belangrijkste functie is "Grab Trello and JIRA cards with Leap Motion controller.".
Extensie Screenshots
Download het CRX-bestand van de extensie Leap Motion for Trello and JIRA
Download Leap Motion for Trello and JIRA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is a Chrome extension which utilises the Leap Motion Controller to be able to grab and move cards in Trello and Jira.
Basisinformatie over de Extensie
Naam | Leap Motion for Trello and JIRA |
ID | lffgihdddbcfclhacokdnfecocoobpnm |
Officiële URL | https://chromewebstore.google.com/detail/leap-motion-for-trello-an/lffgihdddbcfclhacokdnfecocoobpnm |
Beschrijving | Grab Trello and JIRA cards with Leap Motion controller. |
Bestandsgrootte | 68.82 KB |
Aantal Installaties | 43 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-04-02 |
Publicatiedatum | 2015-04-02 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Lawrence Hunt |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |