Archive Page Firefox

Examine source code of Archive Page

Inspect and view changes in Archive Page source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Archive Page",
  "author": "John Navas",
  "manifest_version": 2,
  "version": "1.6.3",
  "description": "Archive webpage with Archive Today",
  "homepage_url": "https://github.com/JNavas2/Archive-Page",
  "permissions": [
    "tabs",
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "24": "images/icon-24.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "64": "images/icon-64.png",
      "96": "images/icon-96.png",
      "128": "images/icon-128.png"
    },
    "default_title": "Archive Page (share URL)"
  },
  "icons": {
    "16": "images/icon-16.png",
    "24": "images/icon-24.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "64": "images/icon-64.png",
    "96": "images/icon-96.png",
    "128": "images/icon-128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "description": "Activate extension (current toolbar action)"
    },
    "mySearch": {
      "suggested_key": {
        "default": "Ctrl+Alt+F"
      },
      "description": "Search (Find) Archive Today for current page URL"
    },
    "myArchive": {
      "suggested_key": {
        "default": "Ctrl+Alt+A"
      },
      "description": "Archive Page (share URL)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5b22cb75-8e43-4f2a-bb9b-1da0655ae564}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Archive Page Alternatives

Here are some Firefox add-ons that are similar to Archive Page: