URLs List Firefox

Examine source code of URLs List

Inspect and view changes in URLs List source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "URLs List",
  "version": "0.6.0",
  "description": "List the URLs of all tabs from the current window as copyable plaintext.",
  "homepage_url": "https://github.com/moritz-h/urls-list",
  "browser_specific_settings": {
    "gecko": {
      "id": "{88664789-f91e-40e1-adb9-e4e9a8c48867}",
      "strict_min_version": "115.0"
    }
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "contextMenus",
    "notifications",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/icon.svg",
    "default_title": "URLs List",
    "default_popup": "popup/urls-list.html",
    "theme_icons": [
      {
        "light": "icons/icon-light.svg",
        "dark": "icons/icon.svg",
        "size": 16
      }
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  }
}

Best URLs List Alternatives

Here are some Firefox add-ons that are similar to URLs List: