ListGPT - Save & Share ChatGPT chats
Save & Share ChatGPT chats in private, protected or public mode
ListGPT - Save & Share ChatGPT chatsとは何ですか?
ListGPT - Save & Share ChatGPT chatsはhttps://listgpt.comによって開発されたChromeの拡張機能で、その主な機能は「Save & Share ChatGPT chats in private, protected or public mode」です。
拡張機能のスクリーンショット
ListGPT - Save & Share ChatGPT chats拡張機能のCRXファイルをダウンロード
ListGPT - Save & Share ChatGPT chats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Supercharge your productivity in ChatGPT.
Save your ChatGPT chats in Public, Private or Protected mode.
You can also explore other public chats people had with AI.
How it works:
Step 1) Download the extension and login to Listgpt.com
Step 2) Go to https://chat.openai.com/chat
Step 3) A sidebar will automatically open, enabling you to save your chats.
Features:
- Save private chatgpt chats.
- Set privacy to Public, Private or Protected (share link with people)
- Get access to prompt library
- Save your whole conversation with ChatGPT
- Save only certain messages
- Download messages as text files
- Share a private link with others
- Explore public conversations
- Access your chats faster
You can automatically save your chats in private, public or protected mode. 拡張機能の基本情報
| 名前 | |
| ID | igfmhikgjcmmaidhfdpcfbdjcbmabfac |
| 公式URL | https://chromewebstore.google.com/detail/listgpt-save-share-chatgp/igfmhikgjcmmaidhfdpcfbdjcbmabfac |
| 説明 | Save & Share ChatGPT chats in private, protected or public mode |
| ファイルサイズ | 58.47 KB |
| インストール数 | 223 |
| 現在のバージョン | 1.1.2 |
| 最終更新日 | 2023-02-11 |
| 公開日 | 2022-12-21 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://listgpt.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://listgpt.com |
| ヘルプページのURL | https://listgpt.com/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ListGPT - Save & Share ChatGPT chats",
"description": "Save & Share ChatGPT chats in private, protected or public mode",
"version": "1.1.2",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/chat",
"https:\/\/chat.openai.com\/chat\/*"
],
"js": [
".\/lib\/jquery.min.js",
"index.js",
".\/lib\/marked.min.js"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": "icons\/icon.png",
"default_popup": "index.html"
},
"host_permissions": [
"https:\/\/chat.openai.com\/chat"
],
"permissions": []
} | |