ShareGPT
Export ChatGPT conversations as an image
ShareGPTとは何ですか?
ShareGPTはsmgmusicdisplayによって開発されたChromeの拡張機能で、その主な機能は「Export ChatGPT conversations as an image」です。
拡張機能のスクリーンショット
ShareGPT拡張機能のCRXファイルをダウンロード
ShareGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This chrome plugin is designed to help users share their conversations with a chatbot by taking a screenshot. With just a click of a button, the plugin allows users to capture a screenshot of their chatbot conversation and save it to their device. This can be useful for sharing interesting or important conversations with friends, colleagues, or for keeping a record of the conversation for later reference. The plugin is easy to use and integrates seamlessly with your chrome browser, making it a convenient tool for capturing and sharing chatbot conversations. 拡張機能の基本情報
| 名前 | |
| ID | dhohfmgmabjpbeklhmhfjdodmchgjjlb |
| 公式URL | https://chromewebstore.google.com/detail/sharegpt/dhohfmgmabjpbeklhmhfjdodmchgjjlb |
| 説明 | Export ChatGPT conversations as an image |
| ファイルサイズ | 62.43 KB |
| インストール数 | 1,955 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2022-12-09 |
| 公開日 | 2022-12-09 |
| 評価 | 4.25/5 合計 4 レビュー |
| 開発者 | smgmusicdisplay |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ShareGPT",
"description": "Export ChatGPT conversations as an image",
"version": "1.0.0",
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"512": "icon512.png"
},
"action": []
} | |