ChatGPT Recall Prompts

I recall ChatGPT prompts. That's it!

ChatGPT Recall Prompts란 무엇입니까?

ChatGPT Recall Prompts은(는) simonnliao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "I recall ChatGPT prompts. That's it!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ChatGPT Recall Prompts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "ChatGPT Recall Prompts" is an extension that allows you to quickly recall your previous inputs in the textbox by pressing the "up" keyboard button without copying and pasting. It saves you time and effort when composing messages. Try it out to experience fast text input recall with just a button press!

Tip 1: If nothing shows in the textbox, try to press F5 key or send your first prompt to reload prompts.

Tip 2: If you don't see the full text when recalling prompts, try to type any text or press space key to show full text in the textbox.

"No data is saved or used by any third party, all prompts are removed every time the page is reloaded."                    

확장 프로그램 기본 정보

이름 ChatGPT Recall Prompts ChatGPT Recall Prompts
ID gjjdjpejaggeafehneenojcnbinjflmj
공식 URL https://chromewebstore.google.com/detail/chatgpt-recall-prompts/gjjdjpejaggeafehneenojcnbinjflmj
설명 I recall ChatGPT prompts. That's it!
파일 크기 37.64 KB
설치 횟수 119
현재 버전 1.6
최근 업데이트 2024-02-03
출시 날짜 2023-02-28
평점 5.00/5 총 2 개의 평점
개발자 simonnliao
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Recall Prompts",
    "description": "I recall ChatGPT prompts. That's it!",
    "version": "1.6",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "ChatGPT Recall Prompts",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/c\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}