SVG Finder Pro Firefox

Examine source code of SVG Finder Pro

Inspect and view changes in SVG Finder Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SVG Finder Pro",
  "version": "2.1",
  "description": "Find, edit, and download SVGs from any webpage with ease. Export SVGs in SVG, PNG, or JPEG formats.",
  "icons": {
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "128": "icons/icon-128.png"
    },
    "default_title": "SVG Finder Pro"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "icons/*.png",
    "svg-viewer.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{03e5acf0-855c-4652-84cd-de5b2dc806a1}"
    }
  }
}

Best SVG Finder Pro Alternatives

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