Tab Saver

Save your tabs to use them later
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tab Saver",
  "version": "1.0.0",
  "description": "Save your tabs to use them later",
  "action": {
    "default_icon": "icons/boxIcon.png",
    "default_popup": "popup.html",
    "default_title": "Tab Saver"
  },
  "permissions": [
    "tabs",
    "tabGroups",
    "storage",
    "unlimitedStorage"
  ],
  "icons": {
    "512": "icons/boxIcon.png"
  }
}