Quick Image Saver Firefox

Examine source code of Quick Image Saver

提供元: Timofei Gomziakov
Inspect and view changes in Quick Image Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quick Image Saver",
  "description": "An extension that allows you to quickly save any image with a single click",
  "version": "0.0.2",
  "permissions": [
    "downloads",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "action/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@quick-image-saver-ext.timofei-gomziakov",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

ベストのQuick Image Saver代替案

Quick Image Saverに類似したFirefox add-onをいくつか紹介します: