GPTShare

"Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…

Co je GPTShare?

GPTShare je rozšíření Chrome vyvinuté daisuke.sato1991, a jeho hlavní funkcí je „"Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…“.

Snímky obrazovky rozšíření

screenshot

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

Stáhněte si soubory rozšíření GPTShare 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í

                        "Embrace the future of sharing with ChatGPT"

The Chrome extension designed to simplify sharing your ChatGPT conversations. Say goodbye to the hassle of taking screenshots or dealing with copy-paste!

With just a single click, you can generate a link to share with others. It's easy, efficient, and completely free to use.                    

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

Název GPTShare GPTShare
ID ckcfecajiabjpjjjfcbkncajmmhpjmhl
Oficiální URL https://chromewebstore.google.com/detail/gptshare/ckcfecajiabjpjjjfcbkncajmmhpjmhl
Popis "Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…
Velikost souboru 7.31 MB
Počet instalací 215
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-04-23
Datum Vydání 2023-04-22
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář daisuke.sato1991
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://dsk310.notion.site/Privacy-Policy-cde053ff78234af2afd51e497c123e94
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "GPTShare",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        }
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    }
}