OneTab Pro

OneTab Pro

OneTab Pro is a new generation of more practical TAB management tools, more user-friendly management interface, more user friendly experience, and support for data cloud synchronization

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "OneTab Pro",
  "default_locale": "zh_CN",
  "description": "__MSG_extDescription__",
  "version": "1.1.8",
  "options_page": "options.html",
  "icons": {
    "16": "36.png",
    "48": "48.png",
    "128": "128.png"
  },
  "action": {
    "default_logo": "128.png",
    "default_icon": "128.png"
  },
  "background": {
    "service_worker": "service_worker.js",
    "type": "module"
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "onetabpro_content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}