TrelloListPrint

Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…

Hvad er TrelloListPrint?

TrelloListPrint er en Chrome-udvidelse udviklet af Kiwitime Studios, og dens hovedfunktion er "Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download TrelloListPrint-udvidelses-CRX-fil

Download TrelloListPrint-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

                        Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will include options to print card comment, checklists, and attachments, too.                    

Grundlæggende oplysninger om udvidelsen

Navn TrelloListPrint TrelloListPrint
ID fddaifegbjbkmjcgkplbenlgfbobjopn
Officiel URL https://chrome.google.com/webstore/detail/trellolistprint/fddaifegbjbkmjcgkplbenlgfbobjopn
Beskrivelse Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…
Filstørrelse 5.9 KB
Antal Installationer 195
Nuværende Version 0.0.7
Senest Opdateret 2016-07-16
Udgivelsesdato 2016-07-16
Bedømmelse 2.40/5 Samlet 5 Bedømmelser
Udvikler Kiwitime Studios
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TrelloListPrint",
    "short_name": "TrelloListPrint",
    "permissions": [
        "*:\/\/trello.com\/*",
        "activeTab",
        "tabs",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "TrelloListPrint128v001.png"
    },
    "version": "0.0.7",
    "manifest_version": 2
}