New Tab After Current Firefox

Examine source code of New Tab After Current

Inspect and view changes in New Tab After Current source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "New Tab After Current",
  "version": "1.0",
  "description": "open a new tab after the current selected tab",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "commands": {
    "openNewTabAfterCurrent": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "open a new tab after the current selected tab"
    }
  },
  "icons": {
    "48": "icons/icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8446ef21-3154-45cd-b0f9-11b91aff343b}"
    }
  }
}

Best New Tab After Current Alternatives

Here are some Firefox add-ons that are similar to New Tab After Current: