Cmd-E AI
Quickly open a modal to query an LLM, without leaving your tab
Cmd-E AIคืออะไร?
Cmd-E AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Worthwhile Apps และคุณลักษณะหลักของมันคือ "Quickly open a modal to query an LLM, without leaving your tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cmd-E AI
ดาวน์โหลดไฟล์ส่วนขยาย Cmd-E AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cmd-E AI is a rapid way to query a large language model, without leaving your browser tab. When reading or writing content in the browser, you might find yourself doing this dance too often: - copying some text on the page - opening a new Claude or ChatGPT tab - pasting the text and annotating the input field with some question or instruction - waiting for the response before returning to where you were Or maybe you just switch tabs a lot to ask Claude something. What if you had a shortcut key to open a modal on any page, and could ask Claude in one or two keypresses? Cmd-E opens a modal with fully customizable template prompts, prefilled with any text you had selected on the webpage. Instructions: 1. Install the chrome extension 2. Optionally, select some text on any webpage 3. Press Cmd + E (or Control + E on windows)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cmd-E AI |
ID | pcgefnihjmhkfnlckogmhamnofbdkdcb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cmd-e-ai/pcgefnihjmhkfnlckogmhamnofbdkdcb |
คำอธิบาย | Quickly open a modal to query an LLM, without leaving your tab |
ขนาดไฟล์ | 95.62 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 2.1.1 |
อัปเดตครั้งล่าสุด | 2023-05-28 |
วันที่เผยแพร่ | 2023-05-15 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Worthwhile Apps |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://cmd-e.com |
URL หน้าช่วยเหลือ | https://cmd-e.com/privacy |
URL หน้านโยบายความเป็นส่วนตัว | https://claude-chrome-web.vercel.app/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Quickly open a modal to query an LLM, without leaving your tab", "version": "2.1.1", "manifest_version": 3, "name": "Cmd-E AI", "background": { "service_worker": "background.bundle.js" }, "permissions": [ "activeTab", "scripting", "storage" ], "commands": { "my-shortcut": { "suggested_key": { "default": "Ctrl+E" }, "description": "Open modal" } }, "web_accessible_resources": [ { "resources": [ "modal.bundle.js" ], "matches": [ " |