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": "NotebookLM \u532f\u51fa\u5de5\u5177", "version": "7.0", "description": "\u5c07 NotebookLM \u7b46\u8a18\u532f\u51fa\u81f3 Google Docs\u3001Slides\u3001Forms\uff0c\u5167\u5efa\u6559\u5b78\u63d0\u793a\u8a5e\u5eab\u8207 APA \u53c3\u8003\u6587\u737b\u751f\u6210\u529f\u80fd\u3002", "icons": { "16": "128.png", "48": "128.png", "128": "128.png" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/script.google.com\/*", "*:\/\/generativelanguage.googleapis.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/notebooklm.google.com\/*" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_end" } ] }