Last Tab

Last Tab

Activate last used tab when closing one

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Last Tab",
  "action": {},
  "manifest_version": 3,
  "version": "0.1",
  "description": "Activate last used tab when closing one",
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}