Leap Motion for Trello and JIRA

Grab Trello and JIRA cards with Leap Motion controller.

Co je Leap Motion for Trello and JIRA?

Leap Motion for Trello and JIRA je rozšíření Chrome vyvinuté Lawrence Hunt, a jeho hlavní funkcí je „Grab Trello and JIRA cards with Leap Motion controller.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Leap Motion for Trello and JIRA

Stáhněte si soubory rozšíření Leap Motion for Trello and JIRA ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Leap Motion for Trello and JIRA Leap Motion for Trello and JIRA
ID lffgihdddbcfclhacokdnfecocoobpnm
Oficiální URL https://chromewebstore.google.com/detail/leap-motion-for-trello-an/lffgihdddbcfclhacokdnfecocoobpnm
Popis Grab Trello and JIRA cards with Leap Motion controller.
Velikost souboru 68.82 KB
Počet instalací 43
Aktuální Verze 0.1
Poslední Aktualizace 2015-04-02
Datum Vydání 2015-04-02
Hodnocení 4.25/5 Celkem 4 Hodnocení
Vývojář Lawrence Hunt
Typ Platby free
Podporované Jazyky 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"
    ]
}