GPT toolset

ChatGPT tools, easy and free

What is GPT toolset?

GPT toolset is a Chrome extension developed by postor, and its main feature is "ChatGPT tools, easy and free".

Extension Screenshots

screenshot
screenshot
screenshot

Download GPT toolset Extension CRX File

Download GPT toolset extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name GPT toolset GPT toolset
ID acdaamnibadnpcjfleddcohakmhpacjg
Official URL https://chromewebstore.google.com/detail/gpt-toolset/acdaamnibadnpcjfleddcohakmhpacjg
Description ChatGPT tools, easy and free
File Size 458 KB
Installation Count 26
Current Version 1.2.1
Last Updated 2023-03-21
Publish Date 2023-03-15
Developer postor
Email [email protected]
Payment Type free
Extension Website https://github.com/postor/chrome-extension-gpt-toolset
Help Page URL https://github.com/postor/chrome-extension-gpt-toolset/issues/new
Supported Languages 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"
            ]
        }
    ]
}