ChatGPT Toolkit

Unleash AI Potential: ChatGPT Toolkit for Enhanced Conversational Experiences!

ChatGPT Toolkitคืออะไร?

ChatGPT Toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Havin Root และคุณลักษณะหลักของมันคือ "Unleash AI Potential: ChatGPT Toolkit for Enhanced Conversational Experiences!"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Toolkit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Are you ready to take your conversations to the next level? Look no further than the ChatGPT Toolkit, your ultimate browser extension for an AI-powered chat experience like never before! 💬💪

🔍📝 Seamlessly integrated into your browsing, the ChatGPT Toolkit offers a range of exciting features designed to empower you in every conversation:

1️⃣ ChatGPT in Extension's Popup: Say goodbye to switching tabs! Engage with the power of ChatGPT directly within the extension's convenient popup. Instantly generate intelligent and natural responses, making your conversations a breeze. 💬💡

2️⃣ Address Bar Integration: Harnessing the convenience of the address bar, simply type "gpt" and add a space to insert a prompt for ChatGPT. Watch as your ideas come to life with AI assistance, effortlessly enhancing your communication. 📝🔗

3️⃣ Run from Context Menu: Take control of your conversations with a single right-click. Access the power of ChatGPT directly from the context menu, enabling you to generate creative responses on the fly. 🖱️💬

Don't miss out on this incredible opportunity to unlock the full potential of AI in your conversations. With the ChatGPT Toolkit, your communication skills will soar to new heights, captivating your audience and transforming the way you connect. 💫✨

✨🔥 Get the ChatGPT Toolkit today and experience the future of conversational AI! 🔥✨                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT Toolkit ChatGPT Toolkit
ID okanoajihjohgmbifnkiebaobfkgenfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-toolkit/okanoajihjohgmbifnkiebaobfkgenfa
คำอธิบาย Unleash AI Potential: ChatGPT Toolkit for Enhanced Conversational Experiences!
ขนาดไฟล์ 2.33 MB
จำนวนการติดตั้ง 2,672,536
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2024-02-03
วันที่เผยแพร่ 2023-06-12
คะแนน 4.54/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา Havin Root
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vSf-P_IZjNMqLPMO9PZzwz0CaUg1df1gKJL-kBmOoSsEgBDHVzANV85LE9e4hsw2x3x51atPmHJ0Dah/pub
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "version": "1.0.4",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png",
            "300": "icons\/300.png"
        },
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "300": "icons\/300.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contextMenus",
        "alarms",
        "storage",
        "scripting",
        "declarativeNetRequest"
    ],
    "omnibox": {
        "keyword": "gpt"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "css\/content-script.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}