LinkedImageDownloader Firefox

Examine source code of LinkedImageDownloader

By: 音水
Inspect and view changes in LinkedImageDownloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LinkedImageDownloader",
  "version": "0.03beta",
  "description": "表示されている画像やリンク先の画像を一括保存します。",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "permissions": [
    "menus",
    "downloads",
    "activeTab",
    "tabs"
  ]
}

Best LinkedImageDownloader Alternatives

Here are some Firefox add-ons that are similar to LinkedImageDownloader: