Show DDB Source Firefox

Examine source code of Show DDB Source

Inspect and view changes in Show DDB Source source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Show DDB Source",
  "version": "1.1.1",
  "author": "Alexander Winkler",
  "homepage_url": "https://github.com/alexander-winkler/ddbShowSource",
  "description": "Adds a button on DDB item page to retrieve source",
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.deutsche-digitale-bibliothek.de/item/*"
      ],
      "js": [
        "addSourceButton.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{69e521bf-0b32-4f01-810a-6dc448305cff}"
    }
  }
}

Best Show DDB Source Alternatives

Here are some Firefox add-ons that are similar to Show DDB Source: