SVG Collector Firefox

Examine source code of SVG Collector

Inspect and view changes in SVG Collector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SVG Collector",
  "version": "1.0.6",
  "description": "Collect and display SVGs from the current page",
  "permissions": [],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "svg-collector@example.com"
    }
  }
}

Best SVG Collector Alternatives

Here are some Firefox add-ons that are similar to SVG Collector: