Copy TabURLs Firefox

Examine source code of Copy TabURLs

Inspect and view changes in Copy TabURLs source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "author": "igorlogius",
  "homepage_url": "https://github.com/igorlogius/copy-taburls",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "theme_icons": [
      {
        "light": "dark.png",
        "dark": "light.png",
        "size": 128
      }
    ]
  },
  "commands": {
    "cpyallhtm": {
      "description": "Copy All Tabs as Links (🔗)",
      "suggested_key": {
        "default": "F1"
      }
    },
    "cpyalltxt": {
      "description": "Copy All Tabs as Text (✏️)",
      "suggested_key": {
        "default": "F2"
      }
    },
    "cpyselhtm": {
      "description": "Copy Selected Tabs as Links (🔗)",
      "suggested_key": {
        "default": "F3"
      }
    },
    "cpyseltxt": {
      "description": "Copy Selected Tabs as Text (✏️)",
      "suggested_key": {
        "default": "F4"
      }
    }
  },
  "icons": {
    "256": "icon.svg"
  },
  "manifest_version": 2,
  "name": "Copy TabURLs",
  "description": "Copy the URLs of tabs as hyperlinks or plaintext",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "menus",
    "storage",
    "notifications",
    "clipboardWrite",
    "tabs"
  ],
  "version": "1.11.25",
  "browser_specific_settings": {
    "gecko": {
      "id": "{983417c1-dd79-41cc-bd07-301c1a55b126}"
    }
  }
}

Best Copy TabURLs Alternatives

Here are some Firefox add-ons that are similar to Copy TabURLs: