Tab Manager – Close/Copy/Paste URLs Firefox

Examine source code of Tab Manager – Close/Copy/Paste URLs

By: T-RANKS
Inspect and view changes in Tab Manager – Close/Copy/Paste URLs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Manager – Close/Copy/Paste URLs",
  "version": "1.0.0",
  "description": "Close all tabs in the current window (safely), copy all URLs, and paste to open URLs with an optional delay.",
  "browser_action": {
    "default_title": "Tab Manager",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "clipboardRead",
    "clipboardWrite",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7b7de21a-95bf-49ec-a236-7c19016257a0}"
    }
  }
}

Best Tab Manager – Close/Copy/Paste URLs Alternatives

Here are some Firefox add-ons that are similar to Tab Manager – Close/Copy/Paste URLs: