Local Article Summary Firefox

Examine source code of Local Article Summary

Inspect and view changes in Local Article Summary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Local Article Summary",
  "version": "1.4.0",
  "description": "Summarize the article you are reading into its key sentences using a TextRank algorithm that runs entirely on your device — no accounts, no API keys. Pick 3–5 sentences and copy the result.",
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e96df81b-c85c-4001-adaa-25d5ab3c3d98}",
      "strict_min_version": "101.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Local Article Summary",
    "default_popup": "src/popup.html",
    "default_icon": {
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png"
    }
  }
}

Best Local Article Summary Alternatives

Here are some Firefox add-ons that are similar to Local Article Summary: