Leap Motion for Trello and JIRA

Grab Trello and JIRA cards with Leap Motion controller.

Was ist Leap Motion for Trello and JIRA?

Leap Motion for Trello and JIRA ist eine Chrome-Erweiterung, die von Lawrence Hunt entwickelt wurde, und ihr Hauptmerkmal ist "Grab Trello and JIRA cards with Leap Motion controller.".

Erweiterungsscreenshots

screenshot

Leap Motion for Trello and JIRA-Erweiterungs-CRX-Datei herunterladen

Laden Sie Leap Motion for Trello and JIRA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This is a Chrome extension which utilises the Leap Motion Controller to be able to grab and move cards in Trello and Jira.                    

Grundlegende Informationen zur Erweiterung

Name Leap Motion for Trello and JIRA Leap Motion for Trello and JIRA
ID lffgihdddbcfclhacokdnfecocoobpnm
Offizielle URL https://chromewebstore.google.com/detail/leap-motion-for-trello-an/lffgihdddbcfclhacokdnfecocoobpnm
Beschreibung Grab Trello and JIRA cards with Leap Motion controller.
Dateigröße 68.82 KB
Installationsanzahl 43
Aktuelle Version 0.1
Letztes Update 2015-04-02
Veröffentlichungsdatum 2015-04-02
Bewertung 4.25/5 Insgesamt 4 Bewertungen
Entwickler Lawrence Hunt
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}