Clone the Tab Firefox

Examine source code of Clone the Tab

By: ndsvw
Inspect and view changes in Clone the Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Clone the active Tab",
  "manifest_version": 2,
  "name": "Clone the Tab",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "32": "icon32.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Clone the tab",
    "default_icon": {
      "32": "icon32.png"
    }
  },
  "version": "1.4",
  "applications": {
    "gecko": {
      "strict_min_version": "57.0a1",
      "id": "{80892737-292f-4bb0-b241-96b1dce30102}"
    }
  },
  "commands": {
    "execute": {
      "suggested_key": {
        "default": "Ctrl+Alt+D",
        "linux": "Ctrl+Alt+D"
      },
      "description": "Clone/Duplicate the tab"
    }
  }
}

Best Clone the Tab Alternatives

Here are some Firefox add-ons that are similar to Clone the Tab: