GPT toolset

ChatGPT tools, easy and free

GPT toolsetคืออะไร?

GPT toolset เป็นส่วนขยายของ Chrome ที่พัฒนาโดย postor และคุณลักษณะหลักของมันคือ "ChatGPT tools, easy and free"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GPT toolset

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}