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.”。

擴展截圖

screenshot

下載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 ShareGPT: Share your ChatGPT conversations
ID daiacboceoaocpibfodeljbdfacokfjb
官方網址 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
電子郵箱 [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\/*"
    ]
}