Leap Motion for Trello and JIRA

Grab Trello and JIRA cards with Leap Motion controller.

什麼是Leap Motion for Trello and JIRA?

Leap Motion for Trello and JIRA是由Lawrence Hunt開發的Chrome擴展程式,該擴展的主要功能是“Grab Trello and JIRA cards with Leap Motion controller.”。

擴展截圖

screenshot

下載Leap Motion for Trello and JIRA擴展crx文件

下載Leap Motion for Trello and JIRA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Leap Motion for Trello and JIRA Leap Motion for Trello and JIRA
ID lffgihdddbcfclhacokdnfecocoobpnm
官方網址 https://chromewebstore.google.com/detail/leap-motion-for-trello-an/lffgihdddbcfclhacokdnfecocoobpnm
簡介 Grab Trello and JIRA cards with Leap Motion controller.
檔案大小 68.82 KB
安裝次數 43
目前版本 0.1
更新時間 2015-04-02
上架時間 2015-04-02
評分 4.25/5 共 4 次評分
開發者 Lawrence Hunt
付費類型 free
支援的語言 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"
    ]
}