Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Summarize AI: Quick Article Summarizer", "version": "3.24", "description": "Summarize web pages and articles instantly. Save time and boost productivity with Summarize AI.", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/trinhnv-b80e7b9418b4.herokuapp.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "action": { "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [], "matches": [ "<all_urls>" ] } ] }