Tab Porter - Export & Restore Chrome Windows

Tab Porter - Export & Restore Chrome Windows

Export all the Chrome tabs into an HTML file. Reopen all the tabs into Chrome Window at any time or any system.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tab Porter - Export & Restore Chrome Windows",
  "description": "Export all the Chrome tabs into an HTML file. Reopen all the tabs into Chrome Window at any time or any system.",
  "version": "1.0.0.1",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "tabGroups"
  ],
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "action": {
    "default_title": "Tab Porter - Export and Restore the Google Chrome Windows",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon/icon16.png",
      "24": "icon/icon24.png",
      "32": "icon/icon32.png"
    }
  }
}