Leap Motion for Trello and JIRA

Grab Trello and JIRA cards with Leap Motion controller.

O que é Leap Motion for Trello and JIRA?

Leap Motion for Trello and JIRA é uma extensão do Chrome desenvolvida por Lawrence Hunt, e sua principal característica é "Grab Trello and JIRA cards with Leap Motion controller.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Leap Motion for Trello and JIRA

Baixe arquivos de extensão Leap Motion for Trello and JIRA no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Leap Motion for Trello and JIRA Leap Motion for Trello and JIRA
ID lffgihdddbcfclhacokdnfecocoobpnm
URL Oficial https://chromewebstore.google.com/detail/leap-motion-for-trello-an/lffgihdddbcfclhacokdnfecocoobpnm
Descrição Grab Trello and JIRA cards with Leap Motion controller.
Tamanho do Arquivo 68.82 KB
Contagem de Instalações 43
Versão Atual 0.1
Última Atualização 2015-04-02
Data de Publicação 2015-04-02
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor Lawrence Hunt
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}