InstantGPT - ChatGPT Powered Assistant
Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's…
InstantGPT - ChatGPT Powered Assistantคืออะไร?
InstantGPT - ChatGPT Powered Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Prothee และคุณลักษณะหลักของมันคือ "Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InstantGPT - ChatGPT Powered Assistant
ดาวน์โหลดไฟล์ส่วนขยาย InstantGPT - ChatGPT Powered Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's ChatGPT to provide quick and helpful information on demand. The extension can be easily accessed by using the keyboard shortcut 'Ctrl Shift S', which brings up the assistant for users to ask questions and receive responses. Additionally, the extension allows users to control the API parameters in the settings, providing a personalized experience. A key feature of this extension is the ability to summarize any text on a web page by highlighting the text, right-clicking, and selecting 'Summarize'. A pop-up window will then appear with a summary of the selected text. To use the extension, users must provide their own API key, which can be obtained for free from the OpenAI website.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | InstantGPT - ChatGPT Powered Assistant |
ID | dkidadkemijikjckcmilhkijmhghjlcm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/instantgpt-chatgpt-powere/dkidadkemijikjckcmilhkijmhghjlcm |
คำอธิบาย | Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's… |
ขนาดไฟล์ | 1.38 MB |
จำนวนการติดตั้ง | 2,860 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2023-01-25 |
วันที่เผยแพร่ | 2022-12-23 |
คะแนน | 3.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Prothee |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "InstantGPT - ChatGPT Powered Assistant", "version": "1.4", "permissions": [ "storage", "contextMenus" ], "background": { "service_worker": "service_worker.js" }, "icons": { "16": "icon.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+S" } } }, "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "content_security_policy": [] } |