Duplicate Tab with Shortcut Firefox

Examine source code of Duplicate Tab with Shortcut

By: Pratham
Inspect and view changes in Duplicate Tab with Shortcut source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Duplicate Tab Shortcut",
  "version": "1.1",
  "description": "Duplicate the currently active tab using keyboard shortcuts (Command+Shift+D on Mac, Ctrl+Shift+D on Windows/Linux)",
  "author": "Your Name",
  "homepage_url": "https://github.com/yourusername/duplicate-firefox-tab",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "commands": {
    "duplicate-tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+D",
        "mac": "Command+Shift+D"
      },
      "description": "Duplicate the currently active tab"
    }
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{42034fad-0795-4800-b9fc-a4c516e89348}"
    }
  }
}

Best Duplicate Tab with Shortcut Alternatives

Here are some Firefox add-ons that are similar to Duplicate Tab with Shortcut: