Auto Save HTML Firefox

Examine source code of Auto Save HTML

Par : nunoarruda
Inspect and view changes in Auto Save HTML source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Auto Save HTML is a small extension which can be used to automatically download the HTML document(s) of a specified website when browsing that same website.",
  "manifest_version": 2,
  "name": "Auto Save HTML",
  "version": "2.0.3",
  "homepage_url": "https://github.com/nunoarruda/auto-save-html",
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "downloads",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "nuno@nunoarruda.com",
      "strict_min_version": "57.0a1"
    }
  }
}

Meilleures alternatives Auto Save HTML

Voici quelques Firefox add-ons qui sont similaires à Auto Save HTML :