Leap Motion for Trello and JIRA
Grab Trello and JIRA cards with Leap Motion controller.
Hvad er Leap Motion for Trello and JIRA?
Leap Motion for Trello and JIRA er en Chrome-udvidelse udviklet af Lawrence Hunt, og dens hovedfunktion er "Grab Trello and JIRA cards with Leap Motion controller.".
Udvidelsesskærmbilleder
Download Leap Motion for Trello and JIRA-udvidelses-CRX-fil
Download Leap Motion for Trello and JIRA-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This is a Chrome extension which utilises the Leap Motion Controller to be able to grab and move cards in Trello and Jira.
Grundlæggende oplysninger om udvidelsen
Navn | Leap Motion for Trello and JIRA |
ID | lffgihdddbcfclhacokdnfecocoobpnm |
Officiel URL | https://chromewebstore.google.com/detail/leap-motion-for-trello-an/lffgihdddbcfclhacokdnfecocoobpnm |
Beskrivelse | Grab Trello and JIRA cards with Leap Motion controller. |
Filstørrelse | 68.82 KB |
Antal Installationer | 43 |
Nuværende Version | 0.1 |
Senest Opdateret | 2015-04-02 |
Udgivelsesdato | 2015-04-02 |
Bedømmelse | 4.25/5 Samlet 4 Bedømmelser |
Udvikler | Lawrence Hunt |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |