Examine source code of tab list

Inspect and view changes in tab list 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
{
  "manifest_version": 2,
  "name": "tab list",
  "description": "Show a list of open tabs for easy backup",
  "version": "1.7",
  "author": "dev@conceptualspace.net",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "List Tabs"
  },
  "permissions": [
    "tabs"
  ]
}