Leap Motion for Trello and JIRA

Grab Trello and JIRA cards with Leap Motion controller.

Qu'est-ce que Leap Motion for Trello and JIRA ?

Leap Motion for Trello and JIRA est une extension Chrome développée par Lawrence Hunt, et sa fonction principale est "Grab Trello and JIRA cards with Leap Motion controller.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Leap Motion for Trello and JIRA

Téléchargez les fichiers d'extension Leap Motion for Trello and JIRA au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Leap Motion for Trello and JIRA Leap Motion for Trello and JIRA
ID lffgihdddbcfclhacokdnfecocoobpnm
URL Officiel https://chromewebstore.google.com/detail/leap-motion-for-trello-an/lffgihdddbcfclhacokdnfecocoobpnm
Description Grab Trello and JIRA cards with Leap Motion controller.
Taille du Fichier 68.82 KB
Nombre d'Installations 43
Version Actuelle 0.1
Dernière Mise à Jour 2015-04-02
Date de Publication 2015-04-02
Évaluation 4.25/5 Total 4 Évaluations
Développeur Lawrence Hunt
Type de Paiement free
Langues Prises en Charge 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"
    ]
}