Single-Page Amazon Return Labels Firefox

Examine source code of Single-Page Amazon Return Labels

Inspect and view changes in Single-Page Amazon Return Labels source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Single-Page Amazon Return Labels",
  "version": "1.4.0",
  "manifest_version": 3,
  "description": "When printing return labels on Amazon, remove unnecessary information so that the label might fit on one page.",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.ca/*returns/label/*",
        "https://www.amazon.com/*returns/label/*",
        "https://www.amazon.de/*/returns/label/*",
        "https://www.amazon.co.uk/*/returns/label/*"
      ],
      "js": [
        "js/amazonreturnonepager.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_title": "Settings for Single-Page Amazon Return Labels",
    "default_popup": "html/options.html",
    "default_icon": {
      "16": "img/icon-16.png",
      "32": "img/icon-32.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9b95cd56-d49b-4dff-ac2a-fb46ca2d061d}"
    }
  },
  "permissions": [
    "storage"
  ],
  "homepage_url": "https://github.com/daattali/single-page-amazon-return-labels-extension"
}

Best Single-Page Amazon Return Labels Alternatives

Here are some Firefox add-ons that are similar to Single-Page Amazon Return Labels: