Trello Links Catcher

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

Qu'est-ce que Trello Links Catcher ?

Trello Links Catcher est une extension Chrome développée par technobulka, et sa fonction principale est "Catch Trello links and open in "Trello External Window" application.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trello Links Catcher

Téléchargez les fichiers d'extension Trello Links Catcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Trello Links Catcher Trello Links Catcher
ID ppibnbapebejhnmplokgfhijhfdchhhc
URL Officiel https://chromewebstore.google.com/detail/trello-links-catcher/ppibnbapebejhnmplokgfhijhfdchhhc
Description Catch Trello links and open in "Trello External Window" application.
Taille du Fichier 6.97 KB
Nombre d'Installations 122
Version Actuelle 0.3
Dernière Mise à Jour 2015-08-19
Date de Publication 2015-08-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur technobulka
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/technobulka/trello-chrome-ext
URL de la Page d'Aide https://github.com/technobulka/trello-chrome-ext/issues
Langues Prises en Charge 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
}