Trello Links Catcher

Catch Trello links and open in "Trello External Window" application.

O que é Trello Links Catcher?

Trello Links Catcher é uma extensão do Chrome desenvolvida por technobulka, e sua principal característica é "Catch Trello links and open in "Trello External Window" application.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Trello Links Catcher

Baixe arquivos de extensão Trello Links Catcher 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 extension works for "Trello External Window" application. It's catching new tabs in browser with links like trello.com/c/123abc and send it to application. Works only with links to boards and cards.                    

Informações Básicas da Extensão

Nome Trello Links Catcher Trello Links Catcher
ID ppibnbapebejhnmplokgfhijhfdchhhc
URL Oficial https://chromewebstore.google.com/detail/trello-links-catcher/ppibnbapebejhnmplokgfhijhfdchhhc
Descrição Catch Trello links and open in "Trello External Window" application.
Tamanho do Arquivo 6.97 KB
Contagem de Instalações 122
Versão Atual 0.3
Última Atualização 2015-08-19
Data de Publicação 2015-08-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor technobulka
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/technobulka/trello-chrome-ext
URL da Página de Ajuda https://github.com/technobulka/trello-chrome-ext/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Links Catcher",
    "description": "Catch Trello links and open in \"Trello External Window\" application.",
    "icons": {
        "16": "assets\/trello-mark-blue-16.png",
        "32": "assets\/trello-mark-blue-32.png",
        "128": "assets\/trello-mark-blue-128.png"
    },
    "version": "0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "management",
        "https:\/\/trello.com\/*"
    ],
    "browser_action": {
        "default_title": "Trello Links Catcher",
        "default_icon": "assets\/trello-mark-blue-16.png"
    },
    "manifest_version": 2
}