Geppetto

This is an extension that you can talk with

Co je Geppetto?

Geppetto je rozšíření Chrome vyvinuté STDev, a jeho hlavní funkcí je „This is an extension that you can talk with“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        This is an extension that you can talk with. Powered by OpenAI's ChatGPT, this extension allows you to quickly ask questions to it, get answers and leverage a conversation with it.                    

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

Název Geppetto Geppetto
ID mmifilomahkeigjcnggngjiggggegmdc
Oficiální URL https://chromewebstore.google.com/detail/geppetto/mmifilomahkeigjcnggngjiggggegmdc
Popis This is an extension that you can talk with
Velikost souboru 234 KB
Počet instalací 53
Aktuální Verze 1.2
Poslední Aktualizace 2023-03-22
Datum Vydání 2023-02-08
Vývojář STDev
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://st-dev.com
URL Stránky Nápovědy https://st-dev.com/get-a-quote
URL Stránky Zásad Ochrany Soukromí http://codebnb.me/privacy-policy.html
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Geppetto",
    "description": "This is an extension that you can talk with",
    "version": "1.2",
    "manifest_version": 3,
    "icons": {
        "48": "\/assets\/icons\/logo.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "\/assets\/icons\/logo.png"
        }
    },
    "permissions": [],
    "externally_connectable": {
        "matches": [
            "https:\/\/chatgpt-ext.codebnb.me\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": []
}