Save Link To Storage Firefox

Examine source code of Save Link To Storage

Inspect and view changes in Save Link To Storage source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Save Link To Storage",
  "description": "eg: a href, img src",
  "version": "2024.9.7.1",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "save-link-to-storage@example.com"
    }
  },
  "icons": {
    "48": "icons/48.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "tabHide",
    "webNavigation",
    "scripting",
    "webRequest",
    "webRequestBlocking",
    "menus",
    "notifications",
    "storage",
    "unlimitedStorage",
    "downloads"
  ],
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icons/48.png",
    "default_title": "setting",
    "default_popup": "popup-browser-act.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_file.js"
      ]
    }
  ]
}

Best Save Link To Storage Alternatives

Here are some Firefox add-ons that are similar to Save Link To Storage: