Leap Motion for Trello and JIRA

Grab Trello and JIRA cards with Leap Motion controller.

Apa itu Leap Motion for Trello and JIRA?

Leap Motion for Trello and JIRA adalah ekstensi Chrome yang dikembangkan oleh Lawrence Hunt, dan fitur utamanya adalah "Grab Trello and JIRA cards with Leap Motion controller.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Leap Motion for Trello and JIRA

Unduh file ekstensi Leap Motion for Trello and JIRA dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Leap Motion for Trello and JIRA Leap Motion for Trello and JIRA
ID lffgihdddbcfclhacokdnfecocoobpnm
URL Resmi https://chromewebstore.google.com/detail/leap-motion-for-trello-an/lffgihdddbcfclhacokdnfecocoobpnm
Deskripsi Grab Trello and JIRA cards with Leap Motion controller.
Ukuran File 68.82 KB
Jumlah Instalasi 43
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-04-02
Tanggal Publikasi 2015-04-02
Penilaian 4.25/5 Total 4 Penilaian
Pengembang Lawrence Hunt
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}