GPT toolset

ChatGPT tools, easy and free

Co je GPT toolset?

GPT toolset je rozšíření Chrome vyvinuté postor, a jeho hlavní funkcí je „ChatGPT tools, easy and free“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření GPT toolset

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

                        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!                    

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

Název GPT toolset GPT toolset
ID acdaamnibadnpcjfleddcohakmhpacjg
Oficiální URL https://chromewebstore.google.com/detail/gpt-toolset/acdaamnibadnpcjfleddcohakmhpacjg
Popis ChatGPT tools, easy and free
Velikost souboru 458 KB
Počet instalací 26
Aktuální Verze 1.2.1
Poslední Aktualizace 2023-03-21
Datum Vydání 2023-03-15
Vývojář postor
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/postor/chrome-extension-gpt-toolset
URL Stránky Nápovědy https://github.com/postor/chrome-extension-gpt-toolset/issues/new
Podporované Jazyky 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"
            ]
        }
    ]
}