Leap Motion for Trello and JIRA
Grab Trello and JIRA cards with Leap Motion controller.
Leap Motion for Trello and JIRA là gì?
Leap Motion for Trello and JIRA là một tiện ích mở rộng Chrome được phát triển bởi Lawrence Hunt, và tính năng chính của nó là "Grab Trello and JIRA cards with Leap Motion controller.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Leap Motion for Trello and JIRA
Tải xuống các tệp mở rộng Leap Motion for Trello and JIRA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This is a Chrome extension which utilises the Leap Motion Controller to be able to grab and move cards in Trello and Jira.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Leap Motion for Trello and JIRA |
ID | lffgihdddbcfclhacokdnfecocoobpnm |
URL Chính Thức | https://chromewebstore.google.com/detail/leap-motion-for-trello-an/lffgihdddbcfclhacokdnfecocoobpnm |
Mô tả | Grab Trello and JIRA cards with Leap Motion controller. |
Kích Thước Tệp | 68.82 KB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2015-04-02 |
Ngày Phát Hành | 2015-04-02 |
Đánh Giá | 4.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Lawrence Hunt |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |