Summarizer

Summarizer

Adds the ability to summarize any webpage content through AI.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Summarizer",
  "version": "1.4",
  "permissions": [
    "activeTab"
  ],
  "description": "Adds the ability to summarize any webpage content through AI.",
  "action": {
    "default_popup": "src/popup.html"
  }
}