GPT toolset

ChatGPT tools, easy and free

什么是GPT toolset?

GPT toolset是由postor开发的Chrome扩展程序,该扩展的主要功能是“ChatGPT tools, easy and free”。

扩展截图

screenshot
screenshot
screenshot

下载GPT toolset扩展crx文件

下载GPT toolset扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 GPT toolset GPT toolset
ID acdaamnibadnpcjfleddcohakmhpacjg
官方URL https://chromewebstore.google.com/detail/gpt-toolset/acdaamnibadnpcjfleddcohakmhpacjg
简介 ChatGPT tools, easy and free
文件大小 458 KB
安装次数 26
当前版本 1.2.1
更新时间 2023-03-21
上架时间 2023-03-15
开发者 postor
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/postor/chrome-extension-gpt-toolset
帮助页面URL https://github.com/postor/chrome-extension-gpt-toolset/issues/new
支持的语言 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"
            ]
        }
    ]
}