Leap Motion for Trello and JIRA
Grab Trello and JIRA cards with Leap Motion controller.
Vad är Leap Motion for Trello and JIRA?
Leap Motion for Trello and JIRA är en Chrome-tillägg utvecklad av Lawrence Hunt, och dess huvudfunktion är "Grab Trello and JIRA cards with Leap Motion controller.".
Tilläggsskärmbilder
Ladda ner Leap Motion for Trello and JIRA-förlängningens CRX-fil
Ladda ner Leap Motion for Trello and JIRA-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This is a Chrome extension which utilises the Leap Motion Controller to be able to grab and move cards in Trello and Jira.
Grundläggande Information om Tillägg
Namn | Leap Motion for Trello and JIRA |
ID | lffgihdddbcfclhacokdnfecocoobpnm |
Officiell webbadress | https://chromewebstore.google.com/detail/leap-motion-for-trello-an/lffgihdddbcfclhacokdnfecocoobpnm |
Beskrivning | Grab Trello and JIRA cards with Leap Motion controller. |
Filstorlek | 68.82 KB |
Antal Installationer | 43 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2015-04-02 |
Publiceringsdatum | 2015-04-02 |
Betyg | 4.25/5 Totalt 4 Betyg |
Utvecklare | Lawrence Hunt |
Betalningssätt | free |
Stödda Språk | 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" ] } |