Trello Links Catcher

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

Vad är Trello Links Catcher?

Trello Links Catcher är en Chrome-tillägg utvecklad av technobulka, och dess huvudfunktion är "Catch Trello links and open in "Trello External Window" application.".

Tilläggsskärmbilder

screenshot

Ladda ner Trello Links Catcher-förlängningens CRX-fil

Ladda ner Trello Links Catcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Trello Links Catcher Trello Links Catcher
ID ppibnbapebejhnmplokgfhijhfdchhhc
Officiell webbadress https://chromewebstore.google.com/detail/trello-links-catcher/ppibnbapebejhnmplokgfhijhfdchhhc
Beskrivning Catch Trello links and open in "Trello External Window" application.
Filstorlek 6.97 KB
Antal Installationer 122
Aktuell Version 0.3
Senast Uppdaterad 2015-08-19
Publiceringsdatum 2015-08-19
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare technobulka
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/technobulka/trello-chrome-ext
Hjälpsida URL https://github.com/technobulka/trello-chrome-ext/issues
Stödda Språk 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
}