Stay Current

Stay Current

Some links will always open in a new tab but this may not always be the behaviour you would like. This add-on adds a new context menu item that forces the link to open in the current tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Stay Current",
  "description": "Some links will always open in a new tab but this may not always be the behaviour you would like. This add-on adds a new context menu item that forces the link to open in the current tab.",
  "version": "1.2resigned1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "icons": {
    "64": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{90c958a7-eb8f-4416-8123-596bbe5a72a9}"
    }
  }
}