GPT toolset

ChatGPT tools, easy and free

GPT toolset là gì?

GPT toolset là một tiện ích mở rộng Chrome được phát triển bởi postor, và tính năng chính của nó là "ChatGPT tools, easy and free".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GPT toolset

Tải xuống các tệp mở rộng GPT toolset dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GPT toolset GPT toolset
ID acdaamnibadnpcjfleddcohakmhpacjg
URL Chính Thức https://chromewebstore.google.com/detail/gpt-toolset/acdaamnibadnpcjfleddcohakmhpacjg
Mô tả ChatGPT tools, easy and free
Kích Thước Tệp 458 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2023-03-21
Ngày Phát Hành 2023-03-15
Nhà Phát Triển postor
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/postor/chrome-extension-gpt-toolset
URL Trang Trợ Giúp https://github.com/postor/chrome-extension-gpt-toolset/issues/new
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}