Trello Links Catcher

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

What is Trello Links Catcher?

Trello Links Catcher is a Chrome extension developed by technobulka, and its main feature is "Catch Trello links and open in "Trello External Window" application.".

Extension Screenshots

screenshot

Download Trello Links Catcher Extension CRX File

Download Trello Links Catcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Trello Links Catcher Trello Links Catcher
ID ppibnbapebejhnmplokgfhijhfdchhhc
Official URL https://chromewebstore.google.com/detail/trello-links-catcher/ppibnbapebejhnmplokgfhijhfdchhhc
Description Catch Trello links and open in "Trello External Window" application.
File Size 6.97 KB
Installation Count 122
Current Version 0.3
Last Updated 2015-08-19
Publish Date 2015-08-19
Rating 5.00/5 Total 1 Ratings
Developer technobulka
Email [email protected]
Payment Type free
Extension Website https://github.com/technobulka/trello-chrome-ext
Help Page URL https://github.com/technobulka/trello-chrome-ext/issues
Supported Languages 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
}