URLs Add On Firefox

Examine source code of URLs Add On

Inspect and view changes in URLs Add On source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "URLs Add On",
  "version": "1.5",
  "description": "Copies all the links from all opened tabs.",
  "applications": {
    "gecko": {
      "strict_min_version": "58.0a1",
      "id": "{42480b17-dad9-4455-b032-89ba97726e34}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "clipboardWrite",
    "notifications",
    "menus",
    "*://*/*"
  ],
  "icons": {
    "128": "icons/Urls Add On Icon.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "URLs Add On",
    "default_popup": "menu.html",
    "default_icon": {
      "128": "icons/Urls Add On Icon.png"
    },
    "theme_icons": [
      {
        "light": "icons/Urls Add On Icon.png",
        "dark": "icons/Urls Add On Icon.png",
        "size": 128
      }
    ]
  }
}

Best URLs Add On Alternatives

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