GPTMarker

GPTMarker - Share and save your ChatGPT conversations

什麼是GPTMarker?

GPTMarker是由https://gptmarker.com開發的Chrome擴展程式,該擴展的主要功能是“GPTMarker - Share and save your ChatGPT conversations”。

擴展截圖

screenshot
screenshot

下載GPTMarker擴展crx文件

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

擴展使用說明

                        The GPTMarker Chrome extension is a convenient and user-friendly tool that allows you to save and share your conversations with the ChatGPT. 

With this extension, you can easily create links of your conversations with the ChatGPT, as well as share them with others. This is a great way to keep track of your conversations with the ChatGPT and to share your conversations with others. 

Additionally, the extension is easy to use and can be a fun way to enhance your ChatGPT experience. 

Give it a try and see how it can help you save and share your conversations with the ChatGPT.                    

擴展基本資訊

名稱 GPTMarker GPTMarker
ID hckjneemhgakefhinjpngpfjfmonnfod
官方網址 https://chromewebstore.google.com/detail/gptmarker/hckjneemhgakefhinjpngpfjfmonnfod
簡介 GPTMarker - Share and save your ChatGPT conversations
檔案大小 150 KB
安裝次數 289
目前版本 1.0.6
更新時間 2022-12-14
上架時間 2022-12-10
評分 5.00/5 共 4 次評分
開發者 https://gptmarker.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.gptmarker.com
說明頁面URL https://www.gptmarker.com/support
隱私政策頁面URL https://www.gptmarker.com/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPTMarker",
    "author": "Altogic",
    "description": "GPTMarker - Share and save your ChatGPT conversations",
    "version": "1.0.6",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "64": "images\/64.png",
        "128": "images\/128.png",
        "256": "images\/256.png"
    }
}