ChatGPT Keyboard Shortcuts

Enhance your ChatGPT experience with easy-to-use keyboard shortcuts.

ChatGPT Keyboard Shortcutsคืออะไร?

ChatGPT Keyboard Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rafa The Cat Dev และคุณลักษณะหลักของมันคือ "Enhance your ChatGPT experience with easy-to-use keyboard shortcuts."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Keyboard Shortcuts

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Keyboard Shortcuts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Terminal like behavior inside ChatGPT/Perplexity and more coming...

Shortcuts:

⭐ CTRL + ArrowUp: previous prompts. Continue press to cycle through earlier prompts.
⭐ CTRL + ArrowDown: recent prompts. Continue press to cycle through your prompt history. If prompt box is empty, it starts cycling from the first prompt.
⭐ More to come...

Please refresh ChatGPT/Perplexity tab after installing the extension.

Changelog:

✅ Added automatic functionality to expand the textarea to the ChatGPT maximum default (200px) when the text is too long. (v0.2)
🔧 Fixed bug where user couldn't send unchanged prompt. (v0.3)
✅ Added support for Perplexity AI (www.perplexity.ai). (v0.3)
🔧 Fixed support for Perplexity AI after UI change. (v0.3.1)
🔧 Fixed bug in ChatGPT where user could not cycle through recent prompts by pressing CTRL + ArrowDown. (v0.3.2)
🔧 Fixed support for Perplexity AI after UI change. (v0.3.3)
🔧 Fixed support for Perplexity AI after UI change. (v0.3.4)
🔧 Fixed support for ChatGPT after UI change. (v0.3.5)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT Keyboard Shortcuts ChatGPT Keyboard Shortcuts
ID oemehpipfokijnpilnnmbnjonngpimhb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-keyboard-shortcut/oemehpipfokijnpilnnmbnjonngpimhb
คำอธิบาย Enhance your ChatGPT experience with easy-to-use keyboard shortcuts.
ขนาดไฟล์ 8.22 KB
จำนวนการติดตั้ง 260
เวอร์ชันปัจจุบัน 0.3.5
อัปเดตครั้งล่าสุด 2024-01-09
วันที่เผยแพร่ 2023-04-04
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Rafa The Cat Dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Keyboard Shortcuts",
    "description": "Enhance your ChatGPT experience with easy-to-use keyboard shortcuts.",
    "version": "0.3.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/www.perplexity.ai\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}