URL Saver Firefox

Examine source code of URL Saver

Inspect and view changes in URL Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "URL Saver",
  "version": "1.0",
  "description": "Save open URLs that match certain criteria to file",
  "icons": {
    "256": "icons/u.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/u.png",
    "default_title": "Save URLs",
    "default_popup": "popup/save_urls.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best URL Saver Alternatives

Here are some Firefox add-ons that are similar to URL Saver: