Summarize article

Summarize article

Plugin reads and summarizes the full article with a little help of OpenAi

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Summarize article",
  "description": "Plugin reads and summarizes the full article with a little help of OpenAi",
  "version": "1.2.0",
  "action": {
    "default_popup": "index.html",
    "default_title": "Summarize article"
  },
  "icons": {
    "16": "read-article.png",
    "48": "read-article.png",
    "128": "read-article.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://*/"
  ]
}