ChatGPT Save
Simple Chrome extension to save ChatGPT conversation threads.
Vad är ChatGPT Save?
ChatGPT Save är en Chrome-tillägg utvecklad av jhnyckc, och dess huvudfunktion är "Simple Chrome extension to save ChatGPT conversation threads.".
Tilläggsskärmbilder
Ladda ner ChatGPT Save-förlängningens CRX-fil
Ladda ner ChatGPT Save-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Save your interesting conversations with ChatGPT to CSV.
Grundläggande Information om Tillägg
Namn | ChatGPT Save |
ID | dacbcjjmegpiooanamonipdjhplejfml |
Officiell webbadress | https://chromewebstore.google.com/detail/chatgpt-save/dacbcjjmegpiooanamonipdjhplejfml |
Beskrivning | Simple Chrome extension to save ChatGPT conversation threads. |
Filstorlek | 9.87 KB |
Antal Installationer | 2,249 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2022-12-13 |
Publiceringsdatum | 2022-12-12 |
Betyg | 2.50/5 Totalt 2 Betyg |
Utvecklare | jhnyckc |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } } |