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": "Dive: Interactive AI Summarizer for YouTube, PDF & Web \u2014 Privacy-First", "description": "Consume long content 10x faster with an AI summary that helps you skim or deep dive exactly where you want.", "version": "1.8.7", "icons": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*.thedive.ai\/" ], "action": { "default_title": "The Dive: Ctrl + Shift + S" }, "background": { "service_worker": "background.js", "type": "module" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "MacCtrl+Shift+S" } } }, "options_page": "options.html", "web_accessible_resources": [ { "resources": [ "img\/logo-16.png" ], "matches": [ "http:\/\/localhost\/*", "https:\/\/*.thedive.ai\/*" ] }, { "resources": [ "pdfWorker.js", "widget.html" ], "matches": [ "*:\/\/*\/*" ] } ] }