New Tab Beside Firefox

Examine source code of New Tab Beside

Inspect and view changes in New Tab Beside source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "New Tab Beside",
  "description": "A simple extension that opens new tab or duplicates right beside the current tab.",
  "version": "2.3resigned1",
  "homepage_url": "https://last.fm/user/sacrissolemnis",
  "icons": {
    "48": "icon.png",
    "96": "icon@2x.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "ntb-new-tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "Command+Shift+1"
      },
      "description": "New Tab Beside"
    },
    "ntb-duplicate-tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+2",
        "mac": "Command+Shift+2"
      },
      "description": "Duplicate Tab"
    }
  },
  "permissions": [
    "activeTab",
    "menus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{93c2f785-16bd-49fa-91f3-6a28a8f0d7f9}"
    }
  }
}

Best New Tab Beside Alternatives

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