Examine source code of Tabs-Next/Prev

Inspect and view changes in Tabs-Next/Prev 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": "Tabs-Next/Prev",
  "version": "0.2resigned1",
  "description": "Make buttons to tab next/prev and close.",
  "icons": {
    "32": "icons/icon-32.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/icon-32.png",
    "default_title": "Tabs-Next/Prev",
    "default_popup": "tabs.html"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "54.0a1",
      "id": "{37ba1229-5a29-4a45-ab44-077f5d168474}"
    }
  }
}