Examine source code of LoadTabOnSelect

Inspect and view changes in LoadTabOnSelect 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
{
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  },
  "description": "Load new tabs on selection.",
  "icons": {
    "48": "/img/icon.png",
    "96": "/img/icon@2x.png"
  },
  "permissions": [
    "tabs"
  ],
  "manifest_version": 2,
  "name": "LoadTabOnSelect",
  "version": "1.3resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{d1dde0fa-0445-484f-852a-94521cc47495}"
    }
  }
}