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": "Notion Web Summarizer", "version": "1.0.0", "description": "Summarize web pages and save them to Notion", "permissions": [ "activeTab", "storage", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": "icon48.png" }, "options_page": "options.html", "icons": { "48": "icon48.png" }, "background": { "service_worker": "background.js", "type": "module" } }