LSC - JavaScript LocalStorage Cache Manager Firefox

Examine source code of LSC - JavaScript LocalStorage Cache Manager

作者: QH88
Inspect and view changes in LSC - JavaScript LocalStorage Cache Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "default_locale": "en",
  "name": "LSC - JavaScript LocalStorage Cache Manager",
  "description": "The LSC - JavaScript LocalStorage Cache Manager helps developers efficiently manage and utilize the browser's localStorage",
  "version": "1.0.0",
  "manifest_version": 2,
  "icons": {
    "16": "/img/icon-16x16.png",
    "32": "/img/icon-32x32.png",
    "48": "/img/icon-48x48.png",
    "128": "/img/icon-128x128.png"
  },
  "background": {
    "page": "/js/service.js"
  },
  "page_action": {
    "default_popup": "/html/popup.html",
    "default_icon": {
      "16": "/img/icon-16x16.png",
      "32": "/img/icon-32x32.png",
      "48": "/img/icon-48x48.png",
      "128": "/img/icon-128x128.png"
    }
  },
  "options_ui": {
    "page": "/html/options.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "*://*/",
    "https://*/**",
    "http://*/**"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "/js/lsc.js",
        "/js/shared.js",
        "/js/lscplugin.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{72861058-ac0c-42da-8971-9c9735fa57c0}"
    }
  }
}

最佳 LSC - JavaScript LocalStorage Cache Manager 替代方案

这里是一些与LSC - JavaScript LocalStorage Cache Manager类似的Firefox add-on: