Lazy Tabs

Lazy Tabs

Discard all inactive tabs (except pinned) at startup or by clicking an icon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lazy Tabs",
  "version": "1.0.1",
  "manifest_version": 3,
  "description": "Discard all inactive tabs (except pinned) at startup or by clicking an icon",
  "incognito": "not_allowed",
  "minimum_chrome_version": "88",
  "action": {
    "default_title": "Discard other tabs",
    "default_icon": "ico_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "ico_128.png"
  }
}