HTAB

HTAB

Limit maximum number of open tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "HTAB",
  "author": "beyond",
  "version": "0.1.0",
  "description": "Limit maximum number of open tabs",
  "icons": {
    "16": "htab.png",
    "48": "htab.png",
    "128": "htab.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "tabGroups"
  ],
  "action": {
    "default_title": "HTAB",
    "default_icon": "htab.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "destroyer.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}