Trello Links Catcher
Catch Trello links and open in "Trello External Window" application.
Wat is Trello Links Catcher?
Trello Links Catcher is een Chrome-extensie ontwikkeld door technobulka, en de belangrijkste functie is "Catch Trello links and open in "Trello External Window" application.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trello Links Catcher
Download Trello Links Catcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Trello Links Catcher |
ID | ppibnbapebejhnmplokgfhijhfdchhhc |
Officiële URL | https://chromewebstore.google.com/detail/trello-links-catcher/ppibnbapebejhnmplokgfhijhfdchhhc |
Beschrijving | Catch Trello links and open in "Trello External Window" application. |
Bestandsgrootte | 6.97 KB |
Aantal Installaties | 122 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2015-08-19 |
Publicatiedatum | 2015-08-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | technobulka |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/technobulka/trello-chrome-ext |
Help Pagina-URL | https://github.com/technobulka/trello-chrome-ext/issues |
Ondersteunde Talen | 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 } |