Open link in this tab

Open link in this tab

Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Open link in this tab",
  "author": "Wis [email protected]",
  "homepage_url": "https://wis.am/browser-extensions/open-link-in-this-tab",
  "description": "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "icons/link16x16.png",
    "32": "icons/link32x32.png",
    "48": "icons/link48x48.png",
    "128": "icons/link128x128.png"
  }
}