Tab Duplicator — Custom Shortcut Firefox

Examine source code of Tab Duplicator — Custom Shortcut

By: Bool Add-on
Inspect and view changes in Tab Duplicator — Custom Shortcut source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Duplica Tab",
  "version": "1.0.0",
  "description": "Duplica la tab attiva con una scorciatoia da tastiera personalizzabile.",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "duplicate-tab": {
      "suggested_key": {
        "default": "Alt+Shift+D"
      },
      "description": "Duplica la tab corrente"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-duplicator@local.extension",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Tab Duplicator — Custom Shortcut Alternatives

Here are some Firefox add-ons that are similar to Tab Duplicator — Custom Shortcut: