Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Summarize (GPT-4o or Gemini)", "description": "Chrome extension adding a right-click option 'Summarize' to get text summaries using the latest OpenAI's GPT-4o or Google Gemini.", "version": "2.1.6", "permissions": [ "scripting", "activeTab", "contextMenus", "storage", "unlimitedStorage", "management" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Summarize", "default_popup": "popup.html", "default_icon": "icon16.png" }, "content_security_policy": { "extension_pages": "default-src 'self'" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }