one-click-duplicator Firefox

Examine source code of one-click-duplicator

By: chv
Inspect and view changes in one-click-duplicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "duplicator",
  "version": "0.0.2",
  "author": "chv - netfree user & netfree fan",
  "description": "click the button to duplicate current tab",
  "icons": {
    "24": "icons/dup24.png",
    "48": "icons/dup48.png",
    "96": "icons/dup96.png"
  },
  "developer": {
    "name": "chv",
    "url": "https://blog.chv.ovh"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/dup24.png",
    "default_title": "Duplicate active tab"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+D"
      }
    }
  },
  "permissions": [
    "activeTab",
    "tabs"
  ]
}

Best one-click-duplicator Alternatives

Here are some Firefox add-ons that are similar to one-click-duplicator: