TrelloExport

TrelloExport

TrelloExport (Trello Export) allows to export Trello boards to Excel spreadsheets, HTML with Twig templates, Markdown, OPML and CSV.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TrelloExport",
  "version": "1.9.73",
  "manifest_version": 3,
  "description": "TrelloExport (Trello Export) allows to export Trello boards to Excel spreadsheets, HTML with Twig templates, Markdown, OPML and CSV.",
  "icons": {
    "128": "icons/trelloexport_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://trello.com/*"
      ],
      "css": [
        "lib/jquery.growl.css",
        "lib/zebra/css/flat/zebra_dialog.css",
        "lib/bootstrap-multiselect/bootstrap-multiselect.css",
        "lib/tooltip.css",
        "lib/tingle.min.css",
        "lib/trelloexport.css"
      ],
      "js": [
        "lib/jquery.min.js",
        "lib/FileSaver.min.js",
        "lib/js-xlsx/jszip.js",
        "lib/js-xlsx/xlsx.full.min.js",
        "lib/linq.min.js",
        "lib/jquery.growl.js",
        "lib/zebra/zebra_dialog.js",
        "lib/injectTrelloExporter.js",
        "lib/datediff.js",
        "lib/showdown.min.js",
        "lib/bootstrap-multiselect/bootstrap-multiselect.js",
        "lib/tooltip.js",
        "lib/twig.min.js",
        "lib/tingle.min.js",
        "trelloexport.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "templates/*.twig",
        "templates/*.css"
      ],
      "matches": [
        "https://trello.com/*"
      ]
    }
  ],
  "homepage_url": "http://trapias.github.io",
  "host_permissions": [
    "https://trello.com/",
    "*://*/*"
  ]
}