ChatGPT Save
Simple Chrome extension to save ChatGPT conversation threads.
What is ChatGPT Save?
ChatGPT Save is a Chrome extension developed by jhnyckc, and its main feature is "Simple Chrome extension to save ChatGPT conversation threads.".
Extension Screenshots
Download ChatGPT Save Extension CRX File
Download ChatGPT Save extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Save your interesting conversations with ChatGPT to CSV.
Extension Basic Information
Name | ChatGPT Save |
ID | dacbcjjmegpiooanamonipdjhplejfml |
Official URL | https://chromewebstore.google.com/detail/chatgpt-save/dacbcjjmegpiooanamonipdjhplejfml |
Description | Simple Chrome extension to save ChatGPT conversation threads. |
File Size | 9.87 KB |
Installation Count | 2,249 |
Current Version | 0.0.1 |
Last Updated | 2022-12-13 |
Publish Date | 2022-12-12 |
Rating | 2.50/5 Total 2 Ratings |
Developer | jhnyckc |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Save", "description": "Simple Chrome extension to save ChatGPT conversation threads.", "version": "0.0.1", "manifest_version": 3, "icons": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/chat.openai.com\/chat" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "ChatGPT Save", "default_icon": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" } } } |