TabsURLs Firefox

Examine source code of TabsURLs

By: 4D2A
Inspect and view changes in TabsURLs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TabsURLs",
  "version": "1.0",
  "description": "Extracts URLs from tabs.",
  "icons": {
    "48": "icons/icon-light.svg"
  },
  "permissions": [
    "tabs",
    "clipboardWrite"
  ],
  "web_accessible_resources": [
    "icons/*.*"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/icon-dark.svg",
    "theme_icons": [
      {
        "light": "icons/icon-light.svg",
        "dark": "icons/icon-dark.svg",
        "size": 32
      }
    ],
    "default_title": "TabsURLs",
    "default_popup": "popup/menu.html"
  }
}

Best TabsURLs Alternatives

Here are some Firefox add-ons that are similar to TabsURLs: