Spellbook for OpenAI Chat
Quickly cast a spell in chat
Spellbook for OpenAI Chatคืออะไร?
Spellbook for OpenAI Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mis101247 และคุณลักษณะหลักของมันคือ "Quickly cast a spell in chat"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spellbook for OpenAI Chat
ดาวน์โหลดไฟล์ส่วนขยาย Spellbook for OpenAI Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This tool helps users quickly send selected text to ChatGPT for processing. Users simply right-click on the selected text, choose Send to ChatGPT, and ChatGPT will process the text and return the results. This tool saves users time on typing and searching for information, while also improving their work efficiency. If you have any questions or feedback, please feel free to contact us. We are happy to assist you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Spellbook for OpenAI Chat |
ID | dkjphoginefnolhlimdopaflffoddffo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spellbook-for-openai-chat/dkjphoginefnolhlimdopaflffoddffo |
คำอธิบาย | Quickly cast a spell in chat |
ขนาดไฟล์ | 136 KB |
จำนวนการติดตั้ง | 171 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2023-04-13 |
วันที่เผยแพร่ | 2023-03-07 |
ผู้พัฒนา | mis101247 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://mis101247.github.io/chromeWebStore/privacyPolicy2023.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Spellbook for OpenAI Chat", "description": "Quickly cast a spell in chat", "version": "0.1.4", "permissions": [ "contextMenus", "storage" ], "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_popup": "popup\/index.html" }, "content_scripts": [ { "js": [ "openai\/action.js" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ] } |