Trello Board Snapshot

Trello Board Snapshot

Provides ability to copy all curent cards on a board into checklists on a single card.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "lib/jquery-2.1.0.min.js",
        "lib/client.js",
        "boardsnapshot.js"
      ],
      "matches": [
        "https://trello.com/*"
      ]
    }
  ],
  "description": "Provides ability to copy all curent cards on a board into checklists on a single card.",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "Trello Board Snapshot",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.3"
}