Share ChatGPT
Enhance your ChatGPT experience by sharing chats with others in one click!
Share ChatGPTとは何ですか?
Share ChatGPTはhttps://share.gpthacks.aiによって開発されたChromeの拡張機能で、その主な機能は「Enhance your ChatGPT experience by sharing chats with others in one click!」です。
拡張機能のスクリーンショット
Share ChatGPT拡張機能のCRXファイルをダウンロード
Share ChatGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Introducing Share ChatGPT, a minimalistic and user-friendly Chrome extension designed to simplify sharing your ChatGPT conversations with friends. Discover the many benefits of sharing AI-generated discussions while enjoying a seamless user experience, completely free and with no account required.
Key Features:
- One-Click Sharing: Share ChatGPT adds a 'Share' button to your ChatGPT interface, enabling you to share conversations with just a single click.
- Minimalistic Design: The extension is lightweight and unobtrusive, ensuring that it won't interfere with your ChatGPT experience.
- Easy to Use: No account, sign-up, or complicated setup is necessary. Simply install the extension and start sharing your ChatGPT conversations instantly.
- Enhance Social Connections: Share your AI-generated conversations with friends to spark interesting discussions, entertain, educate, and strengthen your social bonds.
- Free and Privacy-Friendly: Share ChatGPT is free to use and does not require any personal information or account creation. 拡張機能の基本情報
| 名前 | |
| ID | dkfmegmfncnijnccgicepocaffadobea |
| 公式URL | https://chromewebstore.google.com/detail/share-chatgpt/dkfmegmfncnijnccgicepocaffadobea |
| 説明 | Enhance your ChatGPT experience by sharing chats with others in one click! |
| ファイルサイズ | 7.59 KB |
| インストール数 | 69 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2023-06-05 |
| 公開日 | 2023-05-11 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://share.gpthacks.ai |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://share.gpthacks.ai/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Share ChatGPT",
"description": "Enhance your ChatGPT experience by sharing chats with others in one click!",
"version": "1.0.2",
"author": "Share ChatGPT",
"icons": {
"48": "icons\/48.png"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "bg.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"content_script.js"
]
}
],
"host_permissions": [
"https:\/\/share.gpthacks.ai\/"
]
} | |