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
公式URL 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"
    ]
}