ChatGPT Chrome Extension
ChatGPT Chrome Extension
ChatGPT Chrome Extensionคืออะไร?
ChatGPT Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cmbitton และคุณลักษณะหลักของมันคือ "ChatGPT Chrome Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Chrome browser extension powered by ChatGPT. Currently in production. This browser extension allows you to use ChatGPT directly, using your ChatGPT authorization token as authentication. The extension provides a small icon in the upper right corner, that when clicked, reveals a modal to input information into ChatGPT. You can choose to either input highlighted text on a webpage, or have ChatGPT's output processed as input. The extension provides an easier user interface for ChatGPT, and can be used across any webpage. This allows for a much more efficient and productive workflow. A gmail addition to the extension was also implemented, which implements a secondary ChatGPT icon when a composing an email on Gmail. This portion of the extension will send any information in the message body of the email to ChatGPT, allowing the user to draft, rewrite, and respond to emails. This ChatGPT extension cannot access past emails or webpage information, and will only send user selected text to ChatGPT -Gmail capability added 2/23/2023 -All webpage access added 2/26/2023
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ChatGPT Chrome Extension |
ID | iaihacgaeegpdplkmpdhomponihchjbf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chatgpt-chrome-extension/iaihacgaeegpdplkmpdhomponihchjbf |
คำอธิบาย | ChatGPT Chrome Extension |
ขนาดไฟล์ | 38.02 MB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2023-03-02 |
วันที่เผยแพร่ | 2023-03-02 |
ผู้พัฒนา | cmbitton |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Chrome Extension", "version": "0.1.0", "description": "ChatGPT Chrome Extension", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "ChatGPT Chrome Extension", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |