Tabs for Trello

This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.

O que é Tabs for Trello?

Tabs for Trello é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tabs for Trello

Baixe arquivos de extensão Tabs for Trello 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

                        Tabs for Trello is a simple app that creates a new Trello card on a board and list that you select based on the active tab that you have open. The title of the card is set to the title of the tab and the description is set to the shortened url of the tab.                    

Informações Básicas da Extensão

Nome Tabs for Trello Tabs for Trello
ID gcdgongcgfoihmhkohnjieejppbgoanc
URL Oficial https://chromewebstore.google.com/detail/tabs-for-trello/gcdgongcgfoihmhkohnjieejppbgoanc
Descrição This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.
Tamanho do Arquivo 67.06 KB
Contagem de Instalações 105
Versão Atual 1.1
Última Atualização 2014-04-18
Data de Publicação 2014-04-18
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "browser_action": {
        "default_icon": "img\/tabs_for_trello128_128.png",
        "default_popup": "tabs_for_trello.html"
    },
    "description": "This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.",
    "manifest_version": 2,
    "name": "Tabs for Trello",
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "https:\/\/trello.com\/1\/authorize",
        "https:\/\/trello.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        "token.html"
    ]
}