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.”。
扩展截图
下载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 |
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" ] } |