Simple Duplicate Firefox

Examine source code of Simple Duplicate

提供元: Michał Koziara
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
  }
}

ベストのSimple Duplicate代替案

Simple Duplicateに類似したFirefox add-onをいくつか紹介します: