ChatGPT Keyboard Shortcuts

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

什么是ChatGPT Keyboard Shortcuts?

ChatGPT Keyboard Shortcuts是由Rafa The Cat Dev开发的Chrome扩展程序,该扩展的主要功能是“Enhance your ChatGPT experience with easy-to-use keyboard shortcuts.”。

扩展截图

screenshot

下载ChatGPT Keyboard Shortcuts扩展crx文件

下载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"
    }
}