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", "name": "Save ChatGPT to PDF", "description": "Save ChatGPT to PDF, convert chatgpt conversations to pdf and print. Export ChatGPT content and download in one click.", "version": "1.0.1", "manifest_version": 3, "default_locale": "en", "action": { "default_popup": "popup.html", "default_icon": { "16": "image\/anew-16.png", "32": "image\/anew-32.png", "48": "image\/anew-48.png", "128": "image\/anew-128.png" } }, "icons": { "16": "image\/anew-16.png", "32": "image\/anew-32.png", "48": "image\/anew-48.png", "128": "image\/anew-128.png" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/chatgpt.com\/*" ], "js": [ "js\/content.js" ] } ] }