Trello Links Catcher
Catch Trello links and open in "Trello External Window" application.
Hvad er Trello Links Catcher?
Trello Links Catcher er en Chrome-udvidelse udviklet af technobulka, og dens hovedfunktion er "Catch Trello links and open in "Trello External Window" application.".
Udvidelsesskærmbilleder
Download Trello Links Catcher-udvidelses-CRX-fil
Download Trello Links Catcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ppibnbapebejhnmplokgfhijhfdchhhc |
| Officiel URL | https://chromewebstore.google.com/detail/trello-links-catcher/ppibnbapebejhnmplokgfhijhfdchhhc |
| Beskrivelse | Catch Trello links and open in "Trello External Window" application. |
| Filstørrelse | 6.97 KB |
| Antal Installationer | 122 |
| Nuværende Version | 0.3 |
| Senest Opdateret | 2015-08-19 |
| Udgivelsesdato | 2015-08-19 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | technobulka |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/technobulka/trello-chrome-ext |
| Hjælpeside-URL | https://github.com/technobulka/trello-chrome-ext/issues |
| Understøttede Sprog | 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
} | |