Always Right

Always Right

Always open new tabs immediately to the right of the active tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Always Right",
  "description": "Always open new tabs immediately to the right of the active tab.",
  "author": "Dietrich Ayala",
  "version": "2.0.1",
  "background": {
    "service_worker": "service_worker.js"
  },
  "permissions": [],
  "manifest_version": 3,
  "homepage_url": "https://github.com/autonome/always-right",
  "icons": {
    "16": "always-right-icon-16x16.png",
    "48": "always-right-icon-48x48.png",
    "128": "always-right-icon-128x128.png"
  },
  "content_security_policy": {}
}