Leap Motion for Trello and JIRA
Grab Trello and JIRA cards with Leap Motion controller.
Cos'è Leap Motion for Trello and JIRA?
Leap Motion for Trello and JIRA è un'estensione di Chrome sviluppata da Lawrence Hunt, e la sua funzione principale è "Grab Trello and JIRA cards with Leap Motion controller.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Leap Motion for Trello and JIRA
Scarica i file di estensione Leap Motion for Trello and JIRA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This is a Chrome extension which utilises the Leap Motion Controller to be able to grab and move cards in Trello and Jira. Informazioni di Base sull'Estensione
| Nome | |
| ID | lffgihdddbcfclhacokdnfecocoobpnm |
| URL Ufficiale | https://chromewebstore.google.com/detail/leap-motion-for-trello-an/lffgihdddbcfclhacokdnfecocoobpnm |
| Descrizione | Grab Trello and JIRA cards with Leap Motion controller. |
| Dimensione del File | 68.82 KB |
| Conteggio Installazioni | 43 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2015-04-02 |
| Data di Pubblicazione | 2015-04-02 |
| Valutazione | 4.25/5 Totale 4 Valutazioni |
| Sviluppatore | Lawrence Hunt |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |