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
Что такое Share Chat GPT?
Share Chat GPT - это расширение Chrome, разработанное danielkellyio, и его основная функция - "Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image".
Снимки экрана расширения
Скачать файл CRX расширения Share Chat GPT
Скачайте файлы расширений Share Chat GPT в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
Основная информация о расширении
Название | |
ID | dchbgannbkhdanjbjgncijknhffdcagf |
Официальный URL | https://chromewebstore.google.com/detail/share-chat-gpt/dchbgannbkhdanjbjgncijknhffdcagf |
Описание | Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image |
Размер файла | 150 KB |
Количество установок | 2,446 |
Текущая Версия | 1.0 |
Последнее Обновление | 2022-12-13 |
Дата публикации | 2022-12-12 |
Рейтинг | 2.75/5 Всего 4 оценок |
Разработчик | danielkellyio |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |