Open Existing

Open Existing

Avoid opening duplicates. Moves existing tab of clicked links to next tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Open Existing",
  "version": "4.1resigned1",
  "manifest_version": 2,
  "description": "Opens existing tab of clicked links",
  "homepage_url": "https://gitlab.com/losnappas/Open-Existing",
  "icons": {
    "64": "icons/lmao.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "webNavigation"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8b2a9332-02c2-4575-b196-b3a2bc4b3306}"
    }
  }
}