Local Cache Firefox

Examine source code of Local Cache

Por: phil294 Add-on
Inspect and view changes in Local Cache source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Local Cache",
  "version": "0.2",
  "description": "Caches all visited sites as text to a local storage for offline usage. When you navigate to any previously visited page that now returns an error (e.g. 404, or your network is offline), a new tab will open with the previous cached version. THE CACHE IS NEVER CLEARED, so the archive CAN GET LARGE if you browse around a lot. But as it's text only and per unique url max. 25 kB, it should not be too bad. PLANNED FOR THE FUTURE: Configurable clearing strategy, blacklist sites or errors, configurable saving format besides text, export function, compression, full text search (the latter is hard to do with web extension, so probably never). None of that exists yet however. To purge the cache, you need to dig into your local browser extension folder.",
  "homepage_url": "https://github.com/phil294/local-cache-webextension",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "background": {
    "scripts": [
      "google-stinks/browser-polyfill.min.js",
      "background-utils.js",
      "main.js"
    ]
  },
  "permissions": [
    "webRequest",
    "tabs",
    "storage",
    "unlimitedStorage",
    "<all_urls>"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{96a14d04-ef2f-40c5-819c-0f3b68963171}"
    }
  }
}

Mejores alternativas Local Cache

Aquí hay algunas Firefox add-ons que son similares a Local Cache: