GPTMarker

GPTMarker - Share and save your ChatGPT conversations

Co je GPTMarker?

GPTMarker je rozšíření Chrome vyvinuté https://gptmarker.com, a jeho hlavní funkcí je „GPTMarker - Share and save your ChatGPT conversations“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření GPTMarker

Stáhněte si soubory rozšíření GPTMarker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GPTMarker GPTMarker
ID hckjneemhgakefhinjpngpfjfmonnfod
Oficiální URL https://chromewebstore.google.com/detail/gptmarker/hckjneemhgakefhinjpngpfjfmonnfod
Popis GPTMarker - Share and save your ChatGPT conversations
Velikost souboru 150 KB
Počet instalací 289
Aktuální Verze 1.0.6
Poslední Aktualizace 2022-12-14
Datum Vydání 2022-12-10
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://gptmarker.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.gptmarker.com
URL Stránky Nápovědy https://www.gptmarker.com/support
URL Stránky Zásad Ochrany Soukromí https://www.gptmarker.com/privacy
Podporované Jazyky 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"
    }
}