Tab Deduplicator Firefox

Examine source code of Tab Deduplicator

提供元: jplayer01
Inspect and view changes in Tab Deduplicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Deduplicator",
  "version": "1.3.4",
  "description": "Prevents unintentional duplicate tabs while allowing intentional ones.",
  "permissions": [
    "tabs",
    "webNavigation",
    "notifications",
    "<all_urls>",
    "sessions"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tabdeduplicator@example.com"
    }
  }
}

ベストのTab Deduplicator代替案

Tab Deduplicatorに類似したFirefox add-onをいくつか紹介します: