Open Tabs Next to Current (Shortcut) Firefox

Examine source code of Open Tabs Next to Current (Shortcut)

Inspect and view changes in Open Tabs Next to Current (Shortcut) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "opentabsnexttocurrent@lapinozz",
      "strict_min_version": "57.0"
    }
  },
  "author": "André 'lapinozz' Polomat",
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "commands": {
    "open-new-tab-next-to-current": {
      "description": "Open new tabs to the right of the current one",
      "suggested_key": {
        "default": "Ctrl+Y",
        "windows": "Ctrl+Shift+Y"
      }
    }
  },
  "description": "Open new tabs to the right of the current one using a shortcut.",
  "homepage_url": "https://github.com/lapinozz/webextension-open-tabs-next-to-current",
  "icons": {
    "16": "icon-16x16.png",
    "32": "icon-32x32.png",
    "48": "icon-48x48.png",
    "64": "icon-64x64.png",
    "128": "icon-128x128.png"
  },
  "manifest_version": 2,
  "name": "Open Tabs Next to Current (Shortcut)",
  "permissions": [
    "sessions"
  ],
  "version": "1"
}

Best Open Tabs Next to Current (Shortcut) Alternatives

Here are some Firefox add-ons that are similar to Open Tabs Next to Current (Shortcut):