Tab Master

Tab Master

Create Multiple Tabs and Manage at once. Choose from any existing layout or create custom as per your requirements

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tab Master",
  "version": "1.0",
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "64": "icon64.png",
      "128": "icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js",
      "jquery-3.6.0.min.js"
    ],
    "persistent": false
  },
  "permissions": []
}