ChatGPT Context Menu
Send selected text to ChatGPT
ChatGPT Context Menuคืออะไร?
ChatGPT Context Menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tauric และคุณลักษณะหลักของมันคือ "Send selected text to ChatGPT"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Context Menu
ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Context Menu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you frequently using ChatGPT to request suggestions like "Come up with blog posts based on" or seeking explanations with "Explain "? If so, this extension is perfect for you! Set your own custom prompts and simply highlight the text you need, right-click, and select "Ask ChatGPT" — it's that easy! This extension adds a context menu (right-click) option to 'Ask ChatGPT' which sends your selected text to a ChatGPT chat window, formatting the prompt based on user-configurable options. To use the GPT 4 model, enter a ChatID for a GPT4 chat in the extension options. This also ensures that the same chat is used every time, making the extension more reliable as it helps avoid "one message at a time" errors. To get a ChatID, exchange a few messages with ChatGPT; you'll find the ID in the URL (e.g., chat.openai.com/chat/ ). Feedback is welcome, please feel free to leave a review with any suggestions or bug reports. Yes I am aware that this is terribly written :3 Planned additions in order of how much I can be bothered to add them (most to least): - Multiple Context menu options - Option to change inner text of context menu button - Toggle to open a ChatGPT iFrame that persists in the background, instead of a New Tab - Plugin functionality (I'm waiting for beta access)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ChatGPT Context Menu |
ID | dgoglcakombnlehdkdoekncmcganjjid |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chatgpt-context-menu/dgoglcakombnlehdkdoekncmcganjjid |
คำอธิบาย | Send selected text to ChatGPT |
ขนาดไฟล์ | 40.94 KB |
จำนวนการติดตั้ง | 172 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2023-05-26 |
วันที่เผยแพร่ | 2023-04-02 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Tauric |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Context Menu", "version": "1.2", "description": "Send selected text to ChatGPT", "permissions": [ "contextMenus", "storage", "scripting" ], "host_permissions": [ " |