MemoryGuard Firefox

Examine source code of MemoryGuard

Par : ABC8 Add-on
Inspect and view changes in MemoryGuard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MemoryGuard",
  "version": "1.0",
  "description": "Suspend inactive tabs to save memory and improve browser performance",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "MemoryGuard",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4c5da9b6-6716-48a1-aefb-66732ba47bca}"
    }
  }
}

Meilleures alternatives MemoryGuard

Voici quelques Firefox add-ons qui sont similaires à MemoryGuard :