Page Cache Firefox

Examine source code of Page Cache

Par : dspyz
Inspect and view changes in Page Cache source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Cache",
  "version": "1.0",
  "description": "Cache pages for indefinite offline access",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.svg",
      "96": "icons/icon-96.svg"
    },
    "default_popup": "popup.html",
    "default_title": "Page Cache"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "viewer.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "page-cache@dspyz",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {}
  }
}

Meilleures alternatives Page Cache

Voici quelques Firefox add-ons qui sont similaires à Page Cache :