Simple Duplicate Firefox

Examine source code of Simple Duplicate

Inspect and view changes in Simple Duplicate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Duplicate",
  "version": "1.0.1",
  "description": "Adds a keyboard shortcut for duplicating current tab.",
  "homepage_url": "https://github.com/michalkoziara/simple-duplicate",
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "61.0"
    }
  },
  "icons": {
    "48": "assets/icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-duplicate": {
      "suggested_key": {
        "default": "Ctrl+Q"
      },
      "description": "Send a 'toggle-duplicate' event to the extension"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  }
}

Best Simple Duplicate Alternatives

Here are some Firefox add-ons that are similar to Simple Duplicate: