Trello Links Catcher

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

Cos'è Trello Links Catcher?

Trello Links Catcher è un'estensione di Chrome sviluppata da technobulka, e la sua funzione principale è "Catch Trello links and open in "Trello External Window" application.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trello Links Catcher

Scarica i file di estensione Trello Links Catcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Trello Links Catcher Trello Links Catcher
ID ppibnbapebejhnmplokgfhijhfdchhhc
URL Ufficiale https://chromewebstore.google.com/detail/trello-links-catcher/ppibnbapebejhnmplokgfhijhfdchhhc
Descrizione Catch Trello links and open in "Trello External Window" application.
Dimensione del File 6.97 KB
Conteggio Installazioni 122
Versione Corrente 0.3
Ultimo Aggiornamento 2015-08-19
Data di Pubblicazione 2015-08-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore technobulka
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/technobulka/trello-chrome-ext
URL della Pagina di Aiuto https://github.com/technobulka/trello-chrome-ext/issues
Lingue Supportate 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
}