Page Summarizer (Offline) Firefox

Examine source code of Page Summarizer (Offline)

Inspect and view changes in Page Summarizer (Offline) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Summarizer (Offline)",
  "version": "1.0.0",
  "description": "Summarize the current page offline: extracts main text and creates a short summary. No internet needed.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "downloads",
    "storage"
  ],
  "browser_action": {
    "default_title": "Page Summarizer (Offline)",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{8336165d-28ff-4180-9ed8-0cb2fcf17e9e}"
    }
  }
}

Best Page Summarizer (Offline) Alternatives

Here are some Firefox add-ons that are similar to Page Summarizer (Offline):