Shortcuts for ChatGPT

Master ChatGPT with /shortcuts

Shortcuts for ChatGPT란 무엇입니까?

Shortcuts for ChatGPT은(는) Dreampunk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Master ChatGPT with /shortcuts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Shortcuts for ChatGPT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Unlock your creativity with ChatGPT's real-time, high-quality prompts!

Shortcuts help you generate the perfect prompt based on the slash command you enter. For example, by typing '/poet' followed by a space, ChatGPT will provide a prompt that unleashes your inner poet.

When the extension detects a slash command, it sends it to ChatGPT internally to produce an ideal prompt based on the command in real-time. So the number of possible shortcuts that you can generate is infinite.

All you need is an API Key from OpenAI's platform (https://platform.openai.com/account/api-keys) and a valid payment method (https://platform.openai.com/account/billing/payment-methods).

We understand that privacy is important to you, which is why our extension does not collect any of your data. Your API key is also securely stored in your browser.

Feeling stuck? Need some inspiration? Use this prompt in ChatGPT to check examples of shortcuts that you can use with this extension:

Create a markdown table that showcases 30 different roles for ChatGPT, including their descriptions. Simply connect the words in column 1 with hyphens and add a slash at the beginning.                    

확장 프로그램 기본 정보

이름 Shortcuts for ChatGPT Shortcuts for ChatGPT
ID eceffheamddippnjomjjjchmnampnpoj
공식 URL https://chromewebstore.google.com/detail/shortcuts-for-chatgpt/eceffheamddippnjomjjjchmnampnpoj
설명 Master ChatGPT with /shortcuts
파일 크기 13.01 KB
설치 횟수 726
현재 버전 1.2
최근 업데이트 2023-04-29
출시 날짜 2023-03-27
평점 4.67/5 총 9 개의 평점
개발자 Dreampunk
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://dataplay.cl/timeless-youtube
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shortcuts for ChatGPT",
    "description": "Master ChatGPT with \/shortcuts",
    "version": "1.2",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}