Share Chat GPT
Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
What is Share Chat GPT?
Share Chat GPT is a Chrome extension developed by danielkellyio, and its main feature is "Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image".
Extension Screenshots
Download Share Chat GPT Extension CRX File
Download Share Chat GPT 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
Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
Extension Basic Information
Name | |
ID | dchbgannbkhdanjbjgncijknhffdcagf |
Official URL | https://chromewebstore.google.com/detail/share-chat-gpt/dchbgannbkhdanjbjgncijknhffdcagf |
Description | Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image |
File Size | 150 KB |
Installation Count | 2,446 |
Current Version | 1.0 |
Last Updated | 2022-12-13 |
Publish Date | 2022-12-12 |
Rating | 2.75/5 Total 4 Ratings |
Developer | danielkellyio |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Share Chat GPT", "description": "Share full GPT Chat threads with a readonly webpage that can be copy\/pasted from and has an auto-generated social share image", "version": "1.0", "action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "permissions": [ "activeTab", "scripting", "storage" ] } |