Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kortex", "version": "1.1.2", "description": "The All-in-One Toolkit for NotebookLM. Supercharge your research by capturing AI chats, Google Docs, and more.", "permissions": [ "contextMenus", "downloads" ], "host_permissions": [ "*:\/\/notebooklm.google.com\/*" ], "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/gemini.google.com\/*", "https:\/\/claude.ai\/*", "https:\/\/www.perplexity.ai\/*", "https:\/\/docs.google.com\/*", "https:\/\/notebooklm.google.com\/*" ], "js": [ "src\/content_script.js" ] } ], "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }