Geppetto

This is an extension that you can talk with

O que é Geppetto?

Geppetto é uma extensão do Chrome desenvolvida por STDev, e sua principal característica é "This is an extension that you can talk with".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Geppetto

Baixe arquivos de extensão Geppetto no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Geppetto Geppetto
ID mmifilomahkeigjcnggngjiggggegmdc
URL Oficial https://chromewebstore.google.com/detail/geppetto/mmifilomahkeigjcnggngjiggggegmdc
Descrição This is an extension that you can talk with
Tamanho do Arquivo 234 KB
Contagem de Instalações 53
Versão Atual 1.2
Última Atualização 2023-03-22
Data de Publicação 2023-02-08
Desenvolvedor STDev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://st-dev.com
URL da Página de Ajuda https://st-dev.com/get-a-quote
URL da Página de Política de Privacidade http://codebnb.me/privacy-policy.html
Idiomas Suportados 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": []
}