Chat Saver

A browser extension that allows you to save the current chat history of ChatGPT to your local device.

什麼是Chat Saver?

Chat Saver是由Taipa Xu開發的Chrome擴展程式,該擴展的主要功能是“A browser extension that allows you to save the current chat history of ChatGPT to your local device.”。

擴展截圖

screenshot
screenshot

下載Chat Saver擴展crx文件

下載Chat Saver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A browser extension that allows you to save the current chat history of ChatGPT to your local device.                    

擴展基本資訊

名稱 Chat Saver Chat Saver
ID gbccnnpigcfcheaeicpldgmjjojjmldb
官方網址 https://chromewebstore.google.com/detail/chat-saver/gbccnnpigcfcheaeicpldgmjjojjmldb
簡介 A browser extension that allows you to save the current chat history of ChatGPT to your local device.
檔案大小 37.18 KB
安裝次數 47
目前版本 0.2.1
更新時間 2023-05-08
上架時間 2023-03-09
開發者 Taipa Xu
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/TaipaXu/chat-saver
說明頁面URL https://github.com/TaipaXu/chat-saver
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chat Saver",
    "version": "0.2.1",
    "description": "A browser extension that allows you to save the current chat history of ChatGPT to your local device.",
    "icons": {
        "16": ".\/assets\/icon.png",
        "48": ".\/assets\/icon.png",
        "128": ".\/assets\/icon.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/assets\/icon.png",
            "24": ".\/assets\/icon.png",
            "32": ".\/assets\/icon.png"
        },
        "default_title": "chat saver",
        "default_popup": "popup.html"
    },
    "background": {
        "type": "module",
        "service_worker": "service.js"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/"
    ]
}