button to quickly save Firefox

Examine source code of button to quickly save

Inspect and view changes in button to quickly save source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pinterest Save Button",
  "version": "1.0.0",
  "description": "Toolbar button to quickly save the current page or images to Pinterest (best-effort).",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Pinterest Save",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{da941b23-6387-433e-a9f9-0aa447532350}"
    }
  }
}

Best button to quickly save Alternatives

Here are some Firefox add-ons that are similar to button to quickly save: