ChromeTabsPlus

ChromeTabsPlus

Save and restore opened page tabs, grouped by window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ChromeTabsPlus",
  "version": "3.2.0",
  "manifest_version": 3,
  "description": "Save and restore opened page tabs, grouped by window.",
  "icons": {
    "32": "images/logo-32.png",
    "128": "images/logo-128.png"
  },
  "action": {
    "default_icon": "images/logo-32.png",
    "default_title": "Manage Tabs",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "favicon",
    "storage",
    "tabs"
  ]
}