撤回(Ctrl+Shift+T)

重新打开关闭的便签页;Undo window;Ctrl+Shift+T
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "撤回(Ctrl+Shift+T)",
  "version": "1.0.0.0",
  "manifest_version": 3,
  "description": "重新打开关闭的便签页;Undo window;Ctrl+Shift+T",
  "icons": {
    "16": "icons/Undo16.png",
    "32": "icons/Undo32.png",
    "48": "icons/Undo48.png",
    "64": "icons/Undo64.png",
    "128": "icons/Undo128.png"
  },
  "permissions": [
    "sessions"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/Undo16.png",
      "32": "icons/Undo32.png",
      "48": "icons/Undo48.png",
      "64": "icons/Undo64.png",
      "128": "icons/Undo128.png"
    }
  },
  "commands": {
    "reopen_last_closed_tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+T"
      },
      "description": "Reopen the last closed tab"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}