Summarize Text & Translate

Summarize Text & Translate

This extension summarizes text in the language available from English, French, Spanish, German, Chinese, Hindi, Telugu, and Tamil'.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Summarize Text & Translate",
  "description": "This extension summarizes text in the language available from English, French, Spanish, German, Chinese, Hindi, Telugu, and Tamil'.",
  "version": "1.1.2",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": [
    {
      "service_worker": "ads.js"
    }
  ],
  "action": {
    "default_icon": "icon.png",
    "default_popup": "mynotes.html"
  },
  "permissions": []
}