archive-webextension Firefox

Examine source code of archive-webextension

By: zPlus
Inspect and view changes in archive-webextension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Archive",
  "description": "Archive web pages.",
  "version": "3.1resigned1",
  "homepage_url": "https://notabug.org/zPlus/archive-webextension",
  "icons": {
    "256": "icon.svg"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "tabs"
  ],
  "applications": {
    "gecko": {
      "id": "archive@peers.community",
      "strict_min_version": "46.0"
    }
  },
  "background": {
    "scripts": [
      "archive.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "256": "icon.svg"
    },
    "default_title": "Archive page"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "commands": {
    "command_archive": {
      "suggested_key": {
        "default": "Ctrl+Period"
      },
      "description": "Archive page"
    }
  }
}

Best archive-webextension Alternatives

Here are some Firefox add-ons that are similar to archive-webextension: