Examine source code of CSV Export for Trello

Inspect and view changes in CSV Export for Trello source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CSV Export for Trello",
  "short_name": "CSV Trello",
  "description": "CSV export for trello board",
  "version": "0.12.0",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_title": "CSV for trello export",
    "default_popup": "background.html"
  },
  "icons": {
    "16": "images/csv-trello-16.png",
    "48": "images/csv-trello-48.png",
    "128": "images/csv-trello-128.png"
  },
  "permissions": [
    "activeTab"
  ]
}