ShareGPT: Share your ChatGPT conversations
ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.
ShareGPT: Share your ChatGPT conversationsとは何ですか?
ShareGPT: Share your ChatGPT conversationsはdom.ecclestonによって開発されたChromeの拡張機能で、その主な機能は「ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.」です。
拡張機能のスクリーンショット
ShareGPT: Share your ChatGPT conversations拡張機能のCRXファイルをダウンロード
ShareGPT: Share your ChatGPT conversations拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily share permanent links to ChatGPT conversations with your friends.
拡張機能の基本情報
名前 | ShareGPT: Share your ChatGPT conversations |
ID | daiacboceoaocpibfodeljbdfacokfjb |
公式URL | https://chromewebstore.google.com/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb |
説明 | ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click. |
ファイルサイズ | 56.12 KB |
インストール数 | 53,990 |
現在のバージョン | 1.1.0 |
最終更新日 | 2023-06-16 |
公開日 | 2022-12-06 |
評価 | 2.83/5 合計 75 レビュー |
開発者 | dom.eccleston |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://sharegpt.com |
ヘルプページのURL | https://twitter.com/dom__inic |
プライバシーポリシーページのURL | https://domeccleston.notion.site/Privacy-Policy-73a5302dc77349a6892d632d975582bf |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShareGPT: Share your ChatGPT conversations", "description": "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.", "version": "1.1.0", "manifest_version": 3, "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_icon": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "default_title": "Login to ShareGPT", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "index.js" ], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/sharegpt.com\/*" ] } |