NPM Package File Browser Firefox

Examine source code of NPM Package File Browser

Inspect and view changes in NPM Package File Browser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NPM Package File Browser",
  "version": "1.0.0",
  "description": "Adds a convenient button to browse the files of any NPM package directly, making it easier to explore the contents of packages without leaving your browser",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "css": [
        "button.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.npmjs.com/package/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7150c009-3b6e-4490-87bc-218d570f5c72}"
    }
  }
}

Best NPM Package File Browser Alternatives

Here are some Firefox add-ons that are similar to NPM Package File Browser: