IIIF Download Firefox

Examine source code of IIIF Download

By: Symac
Inspect and view changes in IIIF Download source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "IIIF Download",
  "version": "0.2",
  "description": "Allows user to download fullsize content from digital libraries serving content using IIIF technology.",
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "downloads",
    "*://gallica.bnf.fr/*",
    "*://nutrisco-patrimoine.lehavre.fr/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://gallica.bnf.fr/*",
        "*://nutrisco-patrimoine.lehavre.fr/*"
      ],
      "js": [
        "iiif_download_gallica.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon_inactive.png",
    "default_title": "No highdef found on this page",
    "browser_style": true
  },
  "web_accessible_resources": [
    "icon_active.png",
    "icon_inactive.png"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best IIIF Download Alternatives

Here are some Firefox add-ons that are similar to IIIF Download: