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
公式URL 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
Eメール [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"
    }
}