Tab Opener

Tab Opener

Open multiple tabs from wildcard (*) 's URL by configurable start page and end page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tab Opener",
  "version": "1.0.0.11",
  "manifest_version": 3,
  "description": "Open multiple tabs from wildcard (*) 's URL by configurable start page and end page.",
  "action": {
    "default_icon": {
      "19": "icon.png"
    },
    "default_title": "Tab Opener",
    "default_popup": "mainpage.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}