ShareGPTConvo

Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.

ShareGPTConvoとは何ですか?

ShareGPTConvoはxikaiによって開発されたChromeの拡張機能で、その主な機能は「Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

ShareGPTConvo拡張機能のCRXファイルをダウンロード

ShareGPTConvo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        *Adapted to the latest version of ChatGPT!
Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style for viewing on mobile and desktop devices.                    

拡張機能の基本情報

名前 ShareGPTConvo ShareGPTConvo
ID kpefpnfbhbealfoihgbcieggmbmmlaej
公式URL https://chromewebstore.google.com/detail/sharegptconvo/kpefpnfbhbealfoihgbcieggmbmmlaej
説明 Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.
ファイルサイズ 47.39 KB
インストール数 18
現在のバージョン 1.1.1
最終更新日 2024-01-29
公開日 2023-03-28
評価 5.00/5 合計 1 レビュー
開発者 xikai
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ShareGPTConvo",
    "version": "1.1.1",
    "description": "Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Share GPT Convo",
        "default_popup": "popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}