ChatGPT Popup
Opens a ChatGPT window in the current page.
ChatGPT Popupคืออะไร?
ChatGPT Popup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dudethatscool1998 และคุณลักษณะหลักของมันคือ "Opens a ChatGPT window in the current page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Popup
ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Popup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ChatGPT Popup is a simple and easy-to-use Chrome extension that lets you quickly access the powerful AI chatbot from OpenAI, ChatGPT. With just a click of a button, you can open a popup window with ChatGPT, where you can ask it any question and get a human-like response in seconds. Whether you need help with homework, want to practice conversational skills, or just want to chat with an intelligent AI, ChatGPT Popup is the perfect tool for you. With its user-friendly interface, customizable settings, and powerful AI technology, ChatGPT Popup is a must-have for anyone who wants to learn, grow, and engage with the world in a new and exciting way. So why wait? Install ChatGPT Popup today and start exploring the endless possibilities of AI-powered chat!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ChatGPT Popup |
ID | eadebdogklibpjpahgbbfidpfllkgjmg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chatgpt-popup/eadebdogklibpjpahgbbfidpfllkgjmg |
คำอธิบาย | Opens a ChatGPT window in the current page. |
ขนาดไฟล์ | 8.83 KB |
จำนวนการติดตั้ง | 213 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-04-12 |
วันที่เผยแพร่ | 2023-04-12 |
ผู้พัฒนา | dudethatscool1998 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Popup", "description": "Opens a ChatGPT window in the current page.", "version": "1.0", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |