GPT toolset

ChatGPT tools, easy and free

O que é GPT toolset?

GPT toolset é uma extensão do Chrome desenvolvida por postor, e sua principal característica é "ChatGPT tools, easy and free".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GPT toolset

Baixe arquivos de extensão GPT toolset 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

                        ChatGPT tools, easy and free!

You can translate text, generate story,  with simple selecting texts on web page, and this tool can bring you to ChatGPT chat page and construct question and ask ChatGPT. You just need to wait for some seconds.

And you can do much more than that, with custom prompts!                    

Informações Básicas da Extensão

Nome GPT toolset GPT toolset
ID acdaamnibadnpcjfleddcohakmhpacjg
URL Oficial https://chromewebstore.google.com/detail/gpt-toolset/acdaamnibadnpcjfleddcohakmhpacjg
Descrição ChatGPT tools, easy and free
Tamanho do Arquivo 458 KB
Contagem de Instalações 26
Versão Atual 1.2.1
Última Atualização 2023-03-21
Data de Publicação 2023-03-15
Desenvolvedor postor
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/postor/chrome-extension-gpt-toolset
URL da Página de Ajuda https://github.com/postor/chrome-extension-gpt-toolset/issues/new
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT toolset",
    "description": "ChatGPT tools, easy and free",
    "version": "1.2.1",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "input_components": [
        {
            "name": "Test IME",
            "type": "ime",
            "id": "test",
            "description": "Test IME",
            "language": "en-US",
            "layouts": [
                "us::eng"
            ]
        }
    ]
}