Tab Origin

Tab Origin

Return to the page from which you opened this tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tab Origin",
  "description": "Return to the page from which you opened this tab.",
  "author": "Peter Elmers",
  "version": "1.0.5",
  "icons": {
    "48": "drawing.png",
    "128": "drawing128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "action": {
    "default_icon": "drawing.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+U"
      }
    }
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  }
}