A111 Save All Work Firefox

Examine source code of A111 Save All Work

Inspect and view changes in A111 Save All Work source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "A111 Save All Work",
  "version": "0.2",
  "description": "Saves the current page state",
  "browser_specific_settings": {
    "gecko": {
      "id": "cbrodski@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/icons8-save-48.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "sessions",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/icons8-save-48.png",
    "default_title": "A111 Save All Work",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best A111 Save All Work Alternatives

Here are some Firefox add-ons that are similar to A111 Save All Work: